Skip to main content
All docs
V26.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.v26.1.dll

    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