Skip to main content

DevExpress v24.1 Update — Your Feedback Matters

Our What's New in v24.1 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RichEditToolbarType Enum

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

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v24.1.dll

NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.RichEdit, DevExpress.Win.TreeMap

#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