Back to Devexpress

CommandBarStyle Enum

wpf-devexpress-dot-xpf-dot-richedit-5f159b6d.md

latest1.5 KB
Original Source

CommandBarStyle Enum

Lists styles of an integrated command bar.

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public enum CommandBarStyle
vb
Public Enum CommandBarStyle

Members

NameDescription
Empty

The RichEditControl has no Ribbon UI.

| | Ribbon |

The RichEditControl has Ribbon UI.

|

The following properties accept/return CommandBarStyle values:

Remarks

To show the integrated Ribbon toolbar, set the RichEditControl.CommandBarStyle property as follows:

xaml
<dxre:RichEditControl CommandBarStyle="Ribbon"/>

See Also

How to: Create Separate Command UI for the Rich Text Editor

Command UI

DevExpress.Xpf.RichEdit Namespace