Back to Devexpress

AutoSuggestEdit.PopupHighlightedTextCriteria Property

wpf-devexpress-dot-xpf-dot-editors-dot-autosuggestedit-7b3560ef.md

latest1.6 KB
Original Source

AutoSuggestEdit.PopupHighlightedTextCriteria Property

Gets the filter condition (comparison operator) used to highlight the text in drop-down suggestions. This is a dependency property.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public HighlightedTextCriteria PopupHighlightedTextCriteria { get; set; }
vb
Public Property PopupHighlightedTextCriteria 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.

|

See Also

AutoSuggestEdit Class

AutoSuggestEdit Members

DevExpress.Xpf.Editors Namespace