AutoSuggestEditCustomPopupHighlightedTextEventArgs.Text Property
Gets or sets a text to be highlighted.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.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