Enum FindOptions
Specifies the options for the find operation.
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public enum FindOptionsFields
| Name | Description | 
|---|---|
| CaseSensitive | Specifies the find option to match case sensitive. | 
| CaseSensitiveWholeWord | Specifies the find option to match case sensitive and whole words. | 
| None | Specifies default find option; Uses case-independent, arbitrary character boundaries. | 
| WholeWord | Specifies the find option to match whole words only. |