ASPxGridViewToolbarItemClickEventArgs.Item Property
In This Article
Gets the toolbar item.
Namespace: DevExpress.Web.Data
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GridViewToolbarItem Item { get; }
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
See Also