IToolbarItemInfo.Data Property
Returns the data source object to which the item is bound.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
object Data { get; }
Property Value
| Type | Description |
|---|---|
| Object | The data source object. |
See Also