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

CommandBarStyle Enum

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

Namespace: DevExpress.Xpf.Spreadsheet

Assembly: DevExpress.Xpf.Spreadsheet.v18.2.dll

Declaration

public enum CommandBarStyle

Members

Name Description
Empty

The SpreadsheetControl does not display an integrated ribbon.

Ribbon

The SpreadsheetControl 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 SpreadsheetControl.CommandBarStyle property.

See Also