Back to Devexpress

AutoSuggestEditCustomPopupHighlightedTextEventArgs Class

wpf-devexpress-dot-xpf-dot-editors-2f4938c9.md

latest1.8 KB
Original Source

AutoSuggestEditCustomPopupHighlightedTextEventArgs Class

Provides data for the AutoSuggestEdit.CustomPopupHighlightedText event.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public class AutoSuggestEditCustomPopupHighlightedTextEventArgs :
    EventArgs
vb
Public Class AutoSuggestEditCustomPopupHighlightedTextEventArgs
    Inherits EventArgs

AutoSuggestEditCustomPopupHighlightedTextEventArgs is the data class for the following events:

Remarks

Handle the AutoSuggestEdit.CustomPopupHighlightedText event to customize the text to highlight.

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

Inheritance

Object EventArgs AutoSuggestEditCustomPopupHighlightedTextEventArgs

See Also

AutoSuggestEditCustomPopupHighlightedTextEventArgs Members

DevExpress.Xpf.Editors Namespace