SchedulerViewBase.NavigationButtonVisibility Property
In This Article
Gets or sets the condition for displaying the navigation buttons.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Navigation |
Auto |
A DevExpress. |
#Remarks
Use the NavigationButtonVisibility property to specify that the navigation buttons are always visible, always hidden, or whether its visibility is determined by the scheduler control. The latter means that they are visible when the current view does not have any appointments within its visible working area.
See Also