Skip to main content
All docs
V23.2

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.v23.2.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