Back to Devexpress

CommandBarStyle Enum

wpf-devexpress-dot-xpf-dot-scheduling-e9e76cf0.md

latest1.4 KB
Original Source

CommandBarStyle Enum

Lists values used to specify the type of the Scheduler’s command bar.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public enum CommandBarStyle
vb
Public Enum CommandBarStyle

Members

NameDescription
Empty

The Scheduler does not display an integrated ribbon.

| | Ribbon |

The Scheduler displays an integrated ribbon.

|

The following properties accept/return CommandBarStyle values:

Remarks

The values listed by this enumeration are used to set the SchedulerControl.CommandBarStyle property.

See Also

How to: Display the Integrated Ribbon for the Scheduler

DevExpress.Xpf.Scheduling Namespace