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

NavigationButtonVisibility Enum

Lists the modes that define the conditions for the Navigation Buttons being displayed.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.1.Core.dll

Declaration

public enum NavigationButtonVisibility

Members

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.

Related API Members

The following properties accept/return NavigationButtonVisibility values:

Library Related API Members
Cross-Platform Class Library SchedulerNavigationButtonOptions.Visibility
WinForms Controls SchedulerViewBase.NavigationButtonVisibility
WPF Controls NavigationButtonOptions.Visibility
SchedulerViewBase.NavigationButtonVisibility
ViewBase.NavigationButtonsVisibility
ASP.NET Web Forms Controls AgendaView.NavigationButtonVisibility
SchedulerViewBase.NavigationButtonVisibility

Remarks

The default mode is NavigationButtonVisibility.Auto.

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

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