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

TextEditSettings.HighlightedTextCriteria Property

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

Namespace: DevExpress.Xpf.Editors.Settings

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

Declaration

public HighlightedTextCriteria HighlightedTextCriteria { get; }

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.

Property Paths

You can access this nested property as listed below:

Object Type Path to HighlightedTextCriteria
TokenEditorBehavior
.TokenEditSettings.HighlightedTextCriteria

Remarks

Search Panel

See Also