SelectedDataItemChangedEventArgs<TData>.DataItem Property
In This Article
Returns the currently selected item.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
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