AutoSuggestEditCustomPopupHighlightedTextEventArgs.Text Property
In This Article
Gets or sets a text to be highlighted.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Property Value
Type | Description |
---|---|
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