Skip to main content
All docs
V25.1
  • ViewBase.ShowInCommandBar Property

    Specifies whether to display the view’s button in the ribbon. This is a dependency property.

    Namespace: DevExpress.Xpf.Scheduling

    Assembly: DevExpress.Xpf.Scheduling.v25.1.dll

    NuGet Package: DevExpress.Wpf.Scheduling

    Declaration

    public bool ShowInCommandBar { get; set; }

    Property Value

    Type Description
    Boolean

    true, to display a ribbon button that allows the user to select the view; otherwise, false.

    See Also