TextSearchOptions.MatchCase Property
Indicates whether the search is case-sensitive.
Namespace: DevExpress.Docs.Presentation
Assembly: DevExpress.Docs.Presentation.v25.2.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
Set the MatchCase property to true to find text portions with matching capitalization. For example, searching for “myString” matches the value “myString”, but not “mystring”.
See Also