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

DevExpress.RichEdit Module

Contains classes that implement the Rich Text Editor client-side functionality.

Classes

Name Description
AutoCorrectEventArgs Provides data for an event that occurs when text is typed in the control.
Bookmark A bookmark in the document.
BookmarkBase A bookmark in the document.
BookmarkCollection<TBookmark> A collection of Bookmark objects.
BookmarkCollectionBase A collection of Bookmark objects.
CalculateDocumentVariableEventArgs Provides data for an event that allows you to update the DOCVARIABLE field’s result.
CharacterProperties Provides access to character properties.
Collection<T> Serves as a base for classes maintaining a collection of items.
ContentChangedEventArgs Provides data for events that occur when a content is changed.
CustomCommandExecutedEventArgs Provides data for an event that occurs after a custom command has been executed on the client side.
DocumentFormattedEventArgs Assigns an event handler to a client event that occurs when a document layout is formatted.
Event<TSource, TEventArgs> The event object used for client-side events.
EventArgs The base class for arguments of the Rich Text Editor’ client-side events.
Field Defines a field in the document.
FieldCollection A collection of the Field objects.
Font Defines a font in the document.
FontCollection A collection of the Font objects.
History Contains methods related to Rich Text Editor history.
Hyperlink Defines a hyperlink in the document.
HyperlinkClickEventArgs Provides data for an event that occurs when a hyperlink is clicked.
HyperlinkCollection A collection of the Hyperlink objects.
HyperlinkInfo Contains information about a hyperlink.
Interval Contains settings for a text interval.
KeyboardEventArgs Provides data for events that occur when a key is pressed or released while the Rich Text Editor’s document has focus.
List Defines a list in the document.
ListCollection A collection of the List objects.
ListLevelSettings Contains settings to define individual list levels.
LoadingPanel Contains settings related to loading panel functionality.
MailMergeOptions Contains properties related to the mail merge functionality.
Margins Contains margin settings.
Paragraph Defines a paragraph in the document.
ParagraphCollection A collection of the Paragraph objects.
ParagraphProperties Contains paragraph properties.
ParagraphPropertiesChangedEventArgs Provides data for an event that occurs when a paragraph’s formatting is changed.
PointerEventArgs Provides data for events that occur when a key is pressed or released while the Rich Text Editor’s document has focus.
RichEdit A client-side Rich Text Editor object.
RichEditDocument Defines a document in the Rich Text Editor.
RichEditDocumentBase Defines a document in the Rich Text Editor.
RichEditEvent<TEventArgs> A base class for Rich Text Editor events.
RichEditLayout Contains settings of the Rich Text Editor’s layout.
RichEditSelection Contains a set of methods and properties to work with the document selection.
SavedEventArgs Provides data for an event that occurs after a file has been saved.
SavingEventArgs Provides data for an event that occurs when a file is about to be saved.
Section Defines a section in the document.
SectionCollection A collection of the Section objects.
ShortcutOptions Contains a shortcut’s options.
Size Contains height and width settings.
SubDocument Defines a sub-document in a document.
SubDocumentBaseApi Defines a sub-document in a document.
SubDocumentsCollection A collection of the SubDocument objects.
SubDocumentsCollectionBase A collection of the SubDocument objects.
Table Defines a table in the document.
TableCell Defines a table cell in the document.
TableCellCollection A collection of the TableCell objects.
TableCollection A collection of the Table objects.
TableCollectionBaseApi A collection of the Table objects.
TableRow Defines a table row in the document.
TableRowCollection A collection of the TableRow objects.
UnitConverter Contains methods to convert different units of measurement.
UpdateFieldsOptions Contains field update options.

Interfaces

Name Description
ICustomLoadingPanel Defines custom loading panel members.
IInterval Defines settings for a text interval.

Enums

Name Description
CharacterPropertiesScript Lists values that specify character script formatting.
DocumentFormat Lists file document formats.
DocumentLinkType Lists the available link types.
HeaderFooterType Lists the header/footer types.
KeyCode Lists key names and codes.
ListLevelFormat Lists values that specify the numbering format used for a group of automatically numbered objects, such as pages.
ListLevelNumberAlignment Lists values that specify the paragraph text alignment in numbered list levels.
ListType Lists possible types of a list.
MergeMode Lists delimiters that start the new merged range.
ParagraphAlignment Lists values that specify the paragraph alignment.
ParagraphFirstLineIndent Lists values that specify the indent for the first line in a paragraph.
ParagraphLineSpacingType Lists values specifying the type of paragraph line spacing.
SectionBreakType Lists the types of a section break.
SubDocumentType Lists values that specify the sub-document type.
ViewType Lists values that specify the Rich Edit’s document view type.