Skip to main content
All docs
V25.1
  • AutoSuggestEditSuggestionChoosingEventArgs.SelectedItem Property

    Gets the data item that corresponds to a suggestion that is about to be chosen.

    Namespace: DevExpress.Xpf.Editors

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

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public object SelectedItem { get; set; }

    Property Value

    Type Description
    Object

    A data item that corresponds to a suggestion that is about to be chosen.

    Remarks

    Use the SelectedItem property to get the data item that corresponds to a suggestion that is about to be chosen.

    See Also