Skip to main content
A newer version of this page is available. .

SchedulerViewBase.NavigationButtonVisibility Property

Gets or sets the condition for displaying the Navigation Buttons.

Namespace: DevExpress.Xpf.Scheduler

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

Declaration

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

Property Value

Type Default Description
NavigationButtonVisibility **Auto**

A NavigationButtonVisibility enumeration value, which specifies when the Navigation Buttons are visible.

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.

Remarks

Important

You are viewing documentation for the legacy WPF Scheduler control. If you’re starting a new project, we strongly recommend that you use a new control declared in the DevExpress.Xpf.Scheduling namespace. If you decide to upgrade an existing project in order to switch to the updated scheduler control, see the Migration Guidelines document.

Use the NavigationButtonVisibility property to specify that the Navigation Buttons are always visible, always hidden, or whether its visibility is decided 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