Skip to main content
A newer version of this page is available. .
All docs
V20.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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, 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