ListBoxItemClickEventArgs<TData, TValue>.DataItem Property
Allows you to access to the processed data item.’
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public TData DataItem { get; }
Property Value
| Type | Description |
|---|---|
| TData | The data item. |
Remarks
Refer to the ListBoxItemClickEventArgs<TData, TValue> class description for more information and an example.
See Also