Skip to main content
All docs
V25.1
  • 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.v25.1.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