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