Skip to main content

SchedulerViewBase.NavigationButtonVisibility Property

Gets or sets the condition for displaying the navigation buttons.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

[DefaultValue(NavigationButtonVisibility.Auto)]
[XtraSerializableProperty]
public NavigationButtonVisibility NavigationButtonVisibility { get; set; }

#Property Value

Type Default Description
NavigationButtonVisibility

Auto

A DevExpress.XtraScheduler.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 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