Interface IScheduleViewMenuItem
Defines basic methods and properties of a schedule view menu item.
Namespace: Simplic.UI.ScheduleView
Assembly: Simplic.UI.dll
Syntax
public interface IScheduleViewMenuItem
Properties
| Improve this Doc View SourceConfiguration
Gets the IScheduleViewMenuItemConfiguration used to create the instance.
Declaration
IScheduleViewMenuItemConfiguration Configuration { get; }
Property Value
Type | Description |
---|---|
IScheduleViewMenuItemConfiguration |
ContextMenuItem
Gets the
Declaration
RadMenuItem ContextMenuItem { get; }
Property Value
Type | Description |
---|---|
RadMenuItem |
RibbonButton
Gets the
Declaration
RadRibbonButton RibbonButton { get; }
Property Value
Type | Description |
---|---|
RadRibbonButton |
ScheduleView
Gets the ScheduleViewControl the menu item instance is attached to.
Declaration
ScheduleViewControl ScheduleView { get; }
Property Value
Type | Description |
---|---|
ScheduleViewControl |