Skip to main content
A newer version of this page is available. .

CommandBarStyle Enum

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

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v19.1.dll

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