Skip to main content

DevExpress.XtraRichEdit Namespace

Contains classes that provide the core Rich Text editor functionality.

Assemblies: DevExpress.RichEdit.v14.2.Core.dll, DevExpress.Xpf.RichEdit.v14.2.dll

#Classes

Name Description
Argument An argument within the document field.
ArgumentCollection A collection of Argument objects. Results from parsing a document field.
AuthenticationOptions Represents a set of credentials used to identify editable ranges in a protected document.
AutoCorrectEventArgs Provides data for the RichEditControl.AutoCorrect event.
AutoCorrectInfo Provides data and methods that enable you to process input text and calculate the replacement object when handling the RichEditControl.AutoCorrect event.
AutoCorrectOptions Contains options specifying what autocorrect features are enabled.
AutoCorrectReplaceInfo Contains the text to find and the object to replace it. Used for the table-based autocorrect functionality.
AutoCorrectReplaceInfoCollection A collection of AutoCorrectReplaceInfo objects.
BeforeExportEventArgs Provides data for the RichEditControl.BeforeExport event.
BeforeImportEventArgs Provides data for the RichEditControl.BeforeImport event.
BookmarkOptions Represents settings which define the appearance of bookmarks in the document.
CalculateDocumentVariableEventArgs Provides data for the CalculateDocumentVariable event.
CustomizeMergeFieldsEventArgs Provides data for the RichEditControl.CustomizeMergeFields event.
DocumentCapabilitiesOptions Represents the storage of settings specific for the document restrictions implemented in the XtraRichEdit.
DocumentSaveOptions Represents the settings which define file name and file format that are used when saving and loading the document.
DocumentSearchOptions Contains settings which specify parameters affecting search in a document.
DocumentVariableCollection A collection of document variables.
DraftView Represents a draft view of the Rich Edit control.
DraftViewLayoutOptions Contains settings which affect the layout of the Draft view.
FieldOptions Represents settings which define the appearance and behavior of the document fields.
FormattingMarkVisibilityOptions Represents the storage of settings which specify the document restrictions implemented in the XtraRichEdit.
FormShowingEventArgs
HeaderFooterEditingEventArgs Provides data for the StartHeaderFooterEditing and the FinishHeaderFooterEditing events.
HorizontalRulerOptions Represents the class containing options for the horizontal ruler.
HyperlinkClickEventArgs Provides data for the RichEditControl.HyperlinkClick event.
HyperlinkOptions Represents settings which define the appearance and behavior of hyperlinks in the document.
MailMergeFinishedEventArgs Provides data for the MailMergeFinished event.
MailMergeRecordFinishedEventArgs Provides data for the MailMergeRecordFinished event.
MailMergeRecordStartedEventArgs Provides data for the MailMergeRecordStarted event.
MailMergeStartedEventArgs Provides data for the MailMergeStarted event.
NumberingOptions Represents the class containing options for the availability of numbered and bulleted lists in the document.
PageBasedRichEditView Represents a base class for RichEdit views that involve pagination.
PrepareHoverMenuEventArgs Obsolete. Provides data for the RichEditControl.PrepareHoverMenu event.
PreparePopupMenuEventArgs Obsolete. Provides data for the RichEditControl.PreparePopupMenu event.
PrintingOptions Contains settings which specify parameters affecting how the document is printed.
PrintLayoutView Represents a page layout view of the Rich Edit control.
RangePermissionOptions Represents settings which define how the ranges with permissions are marked in the document.
RichEditBehaviorOptions Represents the storage of settings specifying end-user restrictions applied to document operations.
RichEditClipboardSetDataExceptionEventArgs Provides data for the RichEditControl.ClipboardSetDataException event.
RichEditControlOptionsBase Represents the base class for the RichEditControl options.
RichEditInvalidFormatExceptionEventArgs Provides data for the RichEditControl.InvalidFormatException event.
RichEditLayoutOptions Represents the class containing miscellaneous layout options.
RichEditMailMergeOptions Specifies default options used for mail merge.
RichEditNotificationOptions Represents a base class for the classes containing different options used in the RichEditControl.
RichEditUnhandledExceptionEventArgs Provides data for the RichEditControl.UnhandledException event.
RichEditView Represents a base class for the RichEditControl views.
RichEditViewRepository Represents a repository for the views of the Rich Edit control.
RulerOptions Represents the base class for ruler options.
SimpleView Represents a simple view of the Rich Edit control.
SimpleViewLayoutOptions Contains settings which affect the layout of the Simple view.
TableOptions Represents the class containing miscellaneous table options.
VerticalRulerOptions Represents the class containing options for the vertical ruler.

#Interfaces

Name Description
IRichEditControl Interface implemented to facilitate creating certain types of RichEdit objects, such as commands.

#Structs

Name Description
DocumentExportCapabilities Represents the base class for options used for saving (exporting) documents in different formats.
DocumentFormat Represents a document format.

#Delegates

Name Description
AutoCorrectEventHandler A method that will handle the RichEditControl.AutoCorrect event.
BeforeExportEventHandler Represents a method that will handle the RichEditControl.BeforeExport event.
BeforeImportEventHandler Represents a method that will handle the RichEditControl.BeforeImport event.
CalculateDocumentVariableEventHandler A method that will handle the CalculateDocumentVariable event of the RichEditControl.
CustomizeMergeFieldsEventHandler A method that will handle the CustomizeMergeFields event of the RichEditControl.
HeaderFooterEditingEventHandler A method that will handle the RichEditControl.StartHeaderFooterEditing and the RichEditControl.FinishHeaderFooterEditing events.
HyperlinkClickEventHandler Represents a method that will handle the RichEditControl.HyperlinkClick event.
MailMergeFinishedEventHandler References a method that will handle the RichEditControl.MailMergeFinished event.
MailMergeRecordFinishedEventHandler References a method that will handle the RichEditControl.MailMergeRecordFinished event.
MailMergeRecordStartedEventHandler References a method that will handle the RichEditControl.MailMergeRecordStarted event.
MailMergeStartedEventHandler References a method that will handle the RichEditControl.MailMergeStarted event.
PrepareHoverMenuEventHandler Obsolete. A method that will handle the RichEditControl.PrepareHoverMenu event.
PreparePopupMenuEventHandler Obsolete. Represents a method that will handle the RichEditControl.PreparePopupMenu event.
RichEditClipboardSetDataExceptionEventHandler A method that will handle the RichEditControl.ClipboardSetDataException event.
RichEditInvalidFormatExceptionEventHandler Represents a method that will handle the RichEditControl.InvalidFormatException event.
RichEditUnhandledExceptionEventHandler Represents a method that will handle the RichEditControl.UnhandledException event.

#Enums

Name Description
DocumentCapability Lists the availability of a certain functionality in the XtraRichEdit document.
DocumentLayoutUnit Lists measurement units used for the document layout.
FieldsHighlightMode Lists conditions for highlighting the fields in the document.
LineBreakSubstitute Lists variants for substituting the line break.
RichEditBaseValueSource Lists possible sources of a particular property value.
RichEditBookmarkVisibility Lists values specifying the visibility of bookmarks.
RichEditFormattingMarkVisibility Lists values specifying the visibility of formatting marks.
RichEditRangePermissionVisibility Lists values specifying the visibility of indicators for ranges with permissions (highlighting, enclosing brackets).
RichEditRulerVisibility Specifies the visibility of a ruler.
RichEditTableGridLinesVisibility Lists values specifying the visibility of grid lines in table cells without borders.
RichEditViewType Specifies the view used to show the document within the RichEditControl.