CommandBarStyle Enum
Lists values used to specify the type of the SpreadhseetControl’s command bar.
Namespace: DevExpress.Xpf.Spreadsheet
Assembly: DevExpress.Xpf.Spreadsheet.v24.1.dll
NuGet Package: DevExpress.Wpf.Spreadsheet
Declaration
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