Skip to main content

SchedulerViewBase.NavigationButtonVisibility Property

Gets or sets the condition for display of the Navigation Buttons.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

[DefaultValue(NavigationButtonVisibility.Auto)]
[XtraSerializableProperty]
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

Use the NavigationButtonVisibility property to specify that the Navigation Buttons are always visible, always hidden, or whether its visibility is decided by the SchedulerControl. The latter means that they are visible when the current view doesn’t have any appointments within its visible working area.

The following code snippets (auto-collected from DevExpress Examples) contain references to the NavigationButtonVisibility property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also