Back to Devexpress

TextEdit.HighlightedText Property

wpf-devexpress-dot-xpf-dot-editors-dot-textedit-0ac14c28.md

latest1.1 KB
Original Source

TextEdit.HighlightedText Property

Gets the highlighted text that matches the search.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
[Browsable(false)]
public string HighlightedText { get; }
vb
<Browsable(False)>
Public ReadOnly Property HighlightedText As String

Property Value

TypeDescription
String

A String value that specifies the highlighted text.

|

Remarks

See Also

TextEdit Class

TextEdit Members

DevExpress.Xpf.Editors Namespace