SelectedDataItemChangedEventArgs<TData>.DataItem Property
Returns the currently selected item.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.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