Skip to main content
A newer version of this page is available. .
All docs
V22.2

DateNavigationPanel.ActualShowViewSelector Property

Gets the ShowViewSelector value. If the View number is 1, the View Selector is not displayed. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v22.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public bool ActualShowViewSelector { get; }

Property Value

Type Default Description
Boolean false

Hides the View Selector if the Views number is 1.

See Also