A newer version of this page is available.
Switch to the current version.
SchedulerViewBase.MenuItemId Property
Gets the ID of the menu item which corresponds to the current View.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.dll
Declaration
[Browsable(false)]
public abstract SchedulerMenuItemId MenuItemId { get; }
<Browsable(False)>
Public MustOverride ReadOnly Property MenuItemId As SchedulerMenuItemId
Property Value
Type | Description |
---|---|
SchedulerMenuItemId | A SchedulerMenuItemId enumeration value. |
Remarks
This method is overridden in the descendants of the SchedulerViewBase class.
See Also
Feedback