Skip to main content

DXRichEditDocumentSearchOptions Members

Provides the options affecting a search within a document.

Constructors

Name Description
DXRichEditDocumentSearchOptions() Initializes a new instance of the DXRichEditDocumentSearchOptions class with the default settings.

Fields

Name Description
RegExResultMaxGuaranteedLengthProperty static Identifies the DXRichEditDocumentSearchOptions.RegExResultMaxGuaranteedLength dependency property.

Properties

Name Description
RegExResultMaxGuaranteedLength Gets or sets the maximum length of a string that can be obtained in a regular expression search. This is a dependency property.
See Also