Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

public HighlightedTextCriteria PopupHighlightedTextCriteria { get; set; }

Property Value

Type Description
HighlightedTextCriteria

A HighlightedTextCriteria enumeration value that specifies the filter condition.

Available values:

Name Description
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