Skip to main content

CommandBarStyle Enum

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

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public enum CommandBarStyle

Members

Name Description
Empty

The Scheduler does not display an integrated ribbon.

Ribbon

The Scheduler displays an integrated ribbon.

Related API Members

The following properties accept/return CommandBarStyle values:

Remarks

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

See Also