Skip to main content

TdxRichEditControlOptionsBase Class

The base class for TdxRichEditControl and TdxRichEditDocumentServer component settings.

Declaration

TdxRichEditControlOptionsBase = class abstract(TdxRichEditNotificationOptions)

Remarks

The TdxRichEditControlOptionsBase class and its descendants implement the main Options property set for TdxRichEditControl and TdxRichEditDocumentServer components. The Options property set aggregates all property sets dedicated to individual features (import, export, appearance, behavior, user experience, etc.).

Main API Members

The list below outlines key members of the TdxRichEditControlOptionsBase class. These members allow you to configure all settings available for TdxRichEditControl and TdxRichEditDocumentServer components.

Rich Edit Control-Specific Settings

This section lists all settings related to appearance and user experience of the TdxRichEditControl component. Only the TdxRichEditControlOptions class defines these settings as published.

Authentication | RangePermissions
Allow you to configure permissions for protected document ranges.
Behavior
Provides access to general behavior and user experience-related settings.
Bookmarks | Fields | Hyperlinks
Provide access to appearance and behavior settings for inserted bookmarks, placeholder fields, and hyperlinks.
CopyPaste
Provide access to clipboard-related settings.
DocumentCapabilities
Specifies end-user permissions for individual commands in the TdxRichEditControl UI.
FormattingMarkVisibility | TableOptions
Allow you to configure visibility and appearance for non-printable document elements.
HorizontalRuler | VerticalRuler
Provide access to horizontal and vertical ruler settings (affect only the Print Layout document View).
Layout
Allow you to configure all available document Views.
Printing
Provides access to print-related settings.

Common Settings

This section lists all settings common to TdxRichEditControl and TdxRichEditDocumentServer components.

DocumentSaveOptions
Provides access to general document export-related settings (default/target file names, document formats, etc.).
Import | Export
Allow you to configure import and export settings for individual document formats.
MailMerge
Provides access to all settings related to template-based document generation.

General-Purpose API Members

Assign
Copies general document export settings between DevExpress Rich Text components.
BeginUpdate | EndUpdate | CancelUpdate
Allow you to avoid excessive change notifications during batch export setting changes.
Reset
Restores all default property values.

Terminal TdxRichEditControlOptionsBase Class Descendants

Do not use the TdxRichEditControlOptionsBase class directly. Use the following descendants instead:

TdxRichEditControlOptions
Stores the Rich Edit control settings.
TdxRichEditDocumentServerOptions
Stores document server settings.
See Also