Skip to main content
All docs
V26.1
  • AutoSuggestEditCustomPopupHighlightedTextEventArgs(String) Constructor

    Initializes a new instance of the AutoSuggestEditCustomPopupHighlightedTextEventArgs class.

    Namespace: DevExpress.Xpf.Editors

    Assembly: DevExpress.Xpf.Core.v26.1.dll

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public AutoSuggestEditCustomPopupHighlightedTextEventArgs(
        string text
    )

    Parameters

    Name Type Description
    text String

    The highlighted text.

    Remarks

    Instances of the AutoSuggestEditCustomPopupHighlightedTextEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

    See Also