Skip to main content
All docs
V24.1

SelectedDataItemChangedEventArgs<TData>.DataItem Property

Returns the currently selected item.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public TData DataItem { get; }

Property Value

Type Description
TData

The currently selected item.

Remarks

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

See Also