ToolbarItemClickEventArgs.Info Property
In This Article
Returns information about a clicked item.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public IToolbarItemInfo Info { get; }
#Property Value
Type | Description |
---|---|
IToolbar |
Item information. |
See Also