Skip to main content

TdxDocumentSearchOptions Class

Stores search settings.

Declaration

TdxDocumentSearchOptions = class(
    TdxRichEditNotificationOptions
)

Remarks

Main API Members

The list below outlines key members of the TdxDocumentSearchOptions class. These members allow you to modify the search behavior in DevExpress Rich Text components.

DefaultRegExResultMaxGuaranteedLength
Specifies the default value for the RegExResultGuaranteedLength property.
RegExResultMaxGuaranteedLength
Specifies the size (in characters) of a buffer allocate for regular expression-based search operations.

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.

Direct TdxDocumentSearchOptions Class Reference

The TdxRichEditControlOptionsBase.Search property references a TdxDocumentSearchOptions object.

See Also