Skip to main content
All docs
V18.1

ViewBase.NavigationButtonsVisibility Property

Gets or sets the visibility state of navigation buttons in the current View. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v18.1.dll

Declaration

public NavigationButtonVisibility NavigationButtonsVisibility { get; set; }

Property Value

Type Description
NavigationButtonVisibility

A NavigationButtonVisibility enumeration value specifying 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

Use the NavigationButtonsVisibility property to specify whether the current view should display or hide the navigation buttons used to scroll to the previous or next appointment.

WPFScheduler_NavigationButtons

This property is set to NavigationButtonVisibility.Auto by default, so the navigation buttons are visible only when there are no appointments within the view’s visible area.

See Also