Skip to main content
All docs
V26.1
  • SelectedDataItemChangedEventArgs<TData>.DataItem Property

    Returns the currently selected item.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v26.1.dll

    Declaration

    public TData DataItem { get; }

    Property Value

    Type Description
    TData

    The currently selected item.

    Remarks

    Refer to the DxComboBox.SelectedDataItemChanged event description for additional information and an example.

    See Also