TextEdit.HighlightedTextCriteria Property
In This Article
Gets the filter condition (comparison operator) used to highlight the text.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
[Browsable(false)]
public HighlightedTextCriteria HighlightedTextCriteria { get; }
#Property Value
Type | Description |
---|---|
Highlighted |
A Highlighted |
Available values:
Name | Description |
---|---|
Starts |
Highlights the beginning of the text that matches the search string. |
Contains | Highlights the search string. |
Regex | Highlights the text that matches the regular expression. |
#Remarks
See Also