Back to Devexpress

CommandBarStyle Enum

wpf-devexpress-dot-xpf-dot-spreadsheet-797a3faf.md

latest1.6 KB
Original Source

CommandBarStyle Enum

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

Namespace : DevExpress.Xpf.Spreadsheet

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

NuGet Package : DevExpress.Wpf.Spreadsheet

Declaration

csharp
public enum CommandBarStyle
vb
Public Enum CommandBarStyle

Members

NameDescription
Empty

The SpreadsheetControl does not display an integrated ribbon.

| | Ribbon |

The SpreadsheetControl displays an integrated ribbon.

|

The following properties accept/return CommandBarStyle values:

Remarks

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

See Also

Create a Simple Spreadsheet Application

Customize the Integrated Ribbon UI for the Spreadsheet

DevExpress.Xpf.Spreadsheet Namespace