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

SchedulerNavigationButtonOptions.Visibility Property

Specifies whether the buttons are always visible, always hidden or their visibility depends on the situation.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.Core.dll

Declaration

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

Property Value

Type Default Description
NavigationButtonVisibility **Auto**

A NavigationButtonVisibility enumeration member.

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.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Visibility
Cross-Platform Class Library SchedulerOptionsViewBase
.NavigationButtons.Visibility
WinForms Controls SchedulerOptionsView
.NavigationButtons.Visibility
WPF Controls SchedulerOptionsView
.NavigationButtons.Visibility
ASP.NET Controls and MVC Extensions ASPxSchedulerOptionsView
.NavigationButtons.Visibility
ASP.NET Bootstrap Controls BootstrapSchedulerOptionsView
.NavigationButtons.Visibility

Remarks

The SchedulerViewBase.NavigationButtonVisibility has priority over the Visibility setting for a particular view.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Visibility 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