A newer version of this page is available.
Switch to the current version.
DayView.MenuItemId Property
Gets the ID of the menu item which corresponds to the Day View.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.dll
Declaration
[Browsable(false)]
public override SchedulerMenuItemId MenuItemId { get; }
<Browsable(False)>
Public Overrides ReadOnly Property MenuItemId As SchedulerMenuItemId
Property Value
Type | Description |
---|---|
SchedulerMenuItemId | The SchedulerMenuItemId.SwitchToDayView value. |
Remarks
Selecting the Day View menu item changes the scheduler's active view to the Day View.
See Also
Feedback