DiagramDesignerControl.CommandBarStyle Property
Gets or sets whether to display an integrated ribbon in the Diagram Designer. This is a dependency property.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v25.1.dll
NuGet Package: DevExpress.Wpf.Diagram
Declaration
Property Value
| Type | Description |
|---|---|
| CommandBarStyle | A CommandBarStyle enumeration value. |
Available values:
| Name | Description |
|---|---|
| Empty | The Diagram Designer has no ribbon UI. |
| Ribbon | The Diagram Designer displays an integrated ribbon. |
See Also