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

ASPxGridViewToolbarItemClickEventArgs.Item Property

Gets the toolbar item.

Namespace: DevExpress.Web.Data

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewToolbarItem Item { get; }

Property Value

Type Description
GridViewToolbarItem

A GridViewToolbarItem object that is the toolbar item.

See Also