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

TextEditSettings.HighlightedText Property

Gets the highlighted text. This member supports the internal infrastructure and is not intended to be used directly from your code.

Namespace: DevExpress.Xpf.Editors.Settings

Assembly: DevExpress.Xpf.Core.v19.1.dll

Declaration

public string HighlightedText { get; }

Property Value

Type Description
String

A String value that specifies the highlighted text.

Property Paths

You can access this nested property as listed below:

Object Type Path to HighlightedText
TokenEditorBehavior
.NewTokenEditSettings.HighlightedText
See Also