Back to Devexpress

TextEdit.HighlightedTextCriteria Property

wpf-devexpress-dot-xpf-dot-editors-dot-textedit-703ea485.md

latest1.5 KB
Original Source

TextEdit.HighlightedTextCriteria Property

Gets the filter condition (comparison operator) used to highlight the text.

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
[Browsable(false)]
public HighlightedTextCriteria HighlightedTextCriteria { get; }
vb
<Browsable(False)>
Public ReadOnly Property HighlightedTextCriteria As HighlightedTextCriteria

Property Value

TypeDescription
HighlightedTextCriteria

A HighlightedTextCriteria enumeration value that specifies the filter condition.

|

Available values:

NameDescription
StartsWith

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

TextEdit Class

TextEdit Members

DevExpress.Xpf.Editors Namespace