Skip to main content

TextEditSettings.HighlightedTextCriteria Property

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

Namespace: DevExpress.Xpf.Editors.Settings

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

#Declaration

public HighlightedTextCriteria HighlightedTextCriteria { get; }

#Property Value

Type Description
HighlightedTextCriteria

A DevExpress.Xpf.Editors.HighlightedTextCriteria enumeration value that specifies the filter condition.

See Also