Skip to main content
A newer version of this page is available. .

RichEditToolbarType Enum

Lists toolbars and ribbon tabs that can be created on the RichEditControl at runtime.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v19.1.dll

Declaration

[Flags]
public enum RichEditToolbarType

Members

Name Description
File

File ribbon tab or Common and Info toolbars.

Home

Home ribbon tab or Clipboard, Font, Paragraph, Styles and Editing toolbars.

Insert

Insert ribbon tab or Pages, Tables, Illustrations, Links, Header & Footer, Text and Symbols toolbars.

PageLayout

Page Layout ribbon tab or Page Setup and Background toolbars.

References

References ribbon tab or Table of Contents and Captions toolbars.

MailMerge

Mail Merge ribbon tab or toolbar.

Review

Review ribbon tab or Proofing, Protect, Comment and Tracking toolbars.

View

View ribbon tab or Document Views, Show and Zoom toolbars.

HeaderFooter

Header & Footer Tools contextual tab or Navigation, Options and Close toolbars.

Table

Table Tools contextual tab with the Layout and Design ribbon tabs or Table Style Options, Table Styles, Borders & Shading, Table, Rows & Columns, Merge, Cell Size and Alignment toolbars.

FloatingObject

Picture Tools contextual ribbon tab or Shape Styles and Arrange toolbars.

All

All ribbon tabs or toolbars.

Remarks

The RichEditToolbarType enumeration values are used by the RichEditControl.CreateRibbon and RichEditControl.CreateBars methods.

Refer to the Ribbon UI and Bar UI topics for a full list or toolbars and ribbon tabs available in the RichEditControl.

See Also