Back to Devexpress

AutoSuggestEditCustomPopupHighlightedTextEventArgs.Text Property

wpf-devexpress-dot-xpf-dot-editors-dot-autosuggesteditcustompopuphighlightedtexteventargs.md

latest1.4 KB
Original Source

AutoSuggestEditCustomPopupHighlightedTextEventArgs.Text Property

Gets or sets a text to be highlighted.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public string Text { get; set; }
vb
Public Property Text As String

Property Value

TypeDescription
String

A text to be highlighted.

|

Remarks

Use the Text property to get the default highlighted text, and to set the custom text to highlight.

See Also

CustomPopupHighlightedText

AutoSuggestEditCustomPopupHighlightedTextEventArgs Class

AutoSuggestEditCustomPopupHighlightedTextEventArgs Members

DevExpress.Xpf.Editors Namespace