A newer version of this page is available.
Switch to the current version.
FullWeekView.MenuItemId Property
Gets the ID of the menu item which switches to the Full Week 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.SwitchToFullWeekView value. |
Remarks
Selecting the Week View item changes the scheduler's active view to the Full Week View.
See Also
Feedback