Built-in Toolbar Elements in Blazor Rich Text Editor
- 3 minutes to read
The Rich Text Editor‘s menu bar (ribbon or toolbar) contains built-in tabs, groups, and items (commands). This topic lists all elements you can access and modify in CustomizeRibbon and CustomizeToolbar event handlers.
Ribbon Elements
The built-in ribbon (DxRichEdit.BarMode is set to Ribbon
) contains the following tabs:
The tables below list all groups and corresponding items (commands) for each built-in tab.
File Tab
Group Name | Item Names | Ribbon View |
---|---|---|
FileCommon | NewDocument OpenDocument SaveDocument DownloadMenu PrintDocument |
![]() |
Home Tab
Insert Tab
Page Layout Tab
Group Name | Item Names | Ribbon View |
---|---|---|
PageSetup | PageMarginsMenu PageOrientationMenu PaperSizeMenu PageColumnsMenu PageBreaksMenu |
![]() |
PageBackground | PageColor | ![]() |
References Tab
Group Name | Item Names | Ribbon View |
---|---|---|
ReferencesTableOfContents | InsertTableOfContentsField AddParagraphsToTableOfContentsMenu |
![]() |
ReferencesCaptions | InsertCaptionMenu TableOfFiguresMenu UpdateTableOfContents |
![]() |
Mail Merge Tab
View Tab
Group Name | Item Names | Ribbon View |
---|---|---|
ViewDocumentViews | SwitchToSimpleView SwitchToPrintLayout |
![]() |
ViewShow | ShowHorizontalRuler | ![]() |
ViewFullScreen | FullScreen | ![]() |
ViewZoom | ZoomLevel | ![]() |
Format Tab
Group Name | Item Names | Ribbon View |
---|---|---|
FormatShapeStyles | FloatingObjectFillColor FloatingObjectOutlineColor FloatingObjectOutlineWidth |
![]() |
FormatArrange | TextWrapMenu PositionMenu BringForwardMenu SendBackwardMenu |
![]() |
Table Design Tab
Group Name | Item Names | Ribbon View |
---|---|---|
DesignTableStyleOptions | TableOptionsMenu | ![]() |
DesignTableStyles | TableStyles | ![]() |
DesignBordersAndShadings | TableBorderStyle TableBorderWidth TableBorderColor TableBordersMenu TableCellShading |
![]() |
Table Design Tab
Toolbar Elements
The built-in toolbar (DxRichEdit.BarMode is set to Toolbar
) consists of groups and items (commands). The table below lists all available elements.
Commands with Nested Items
The table below lists built-it toolbar or ribbon commands that contain nested items.