Skip to main content

TextEdit.HighlightedTextCriteria Property

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

Namespace: DevExpress.Xpf.Editors

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

#Declaration

[Browsable(false)]
public HighlightedTextCriteria HighlightedTextCriteria { get; }

#Property Value

Type Description
HighlightedTextCriteria

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

See Also