A newer version of this page is available.
Switch to the current version.
SchedulerViewBase.NavigationButtonVisibility Property
Gets or sets the condition for display of the Navigation Buttons.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
NavigationButtonVisibility | Auto |
A NavigationButtonVisibility enumeration value which specifies when the Navigation Buttons are visible. |
Remarks
Use the NavigationButtonVisibility property to specify that the Navigation Buttons are always visible, always hidden, or whether its visibility is decided by the SchedulerControl. The latter means that they are visible when the current view doesn't have any appointments within its visible working area.
See Also
Feedback