Back to Devexpress

ViewBase.ShowInCommandBar Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-viewbase-a52df75b.md

latest1.2 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public bool ShowInCommandBar { get; set; }
vb
Public Property ShowInCommandBar As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

ViewBase Class

ViewBase Members

DevExpress.Xpf.Scheduling Namespace