Skip to main content

TextEdit.HighlightedText Property

Gets the highlighted text.

Namespace: DevExpress.Xpf.Editors

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

#Declaration

[Browsable(false)]
public string HighlightedText { get; }

#Property Value

Type Description
String

A String value that specifies the highlighted text.

#Remarks

In the image below, the 'ge' string is highlighted:

Highlightedtext

See Also