SchedulerNavigationButtonOptions.Visibility Property
Specifies whether the buttons are always visible, always hidden or their visibility depends on the situation.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Property Value
Type | Description |
---|---|
NavigationButtonVisibility | A NavigationButtonVisibility enumeration member. |
Available values:
Name | Description |
---|---|
Auto | Navigation buttons are visible if there are no appointments displayed within the current view area. |
Always | Navigation buttons are always visible. |
Never | Navigation buttons are always hidden. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to Visibility |
---|---|
SchedulerOptionsViewBase |
|
Remarks
The SchedulerViewBase.NavigationButtonVisibility has priority over the Visibility setting for a particular view.
See Also