BarMode Enum
Lists values that specify how the Rich Text Editor displays its command bar.
Namespace: DevExpress.Blazor.Office
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public enum BarMode
Members
Name | Description |
---|---|
Ribbon
|
The editor displays a ribbon. |
Toolbar
|
The editor displays a toolbar. |
None
|
The editor does not display a command bar. |
Related API Members
The following properties accept/return BarMode values:
Remarks
The Rich Text Editor can display its command bar in two ways:
Ribbon UI. The ribbon consists of multiple tabs. A tab includes groups, and a group can contain various items.
Toolbar UI. The toolbar consists of groups, and each group contains one or more items.
The following code snippet displays the Rich Text Editor’s toolbar.
<DxRichEdit BarMode=BarMode.Toolbar/>