Skip to main content
A newer version of this page is available. .
Tab

ASPxGridToolbarItemClickEventArgs.Item Property

Gets the toolbar item related to the event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.1.dll

NuGet Package: DevExpress.Web

Declaration

public GridToolbarItem Item { get; }

Property Value

Type Description
GridToolbarItem

An GridToolbarItem object that is the toolbar item.

See Also