Skip to main content
All docs
V23.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.v23.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