Skip to main content

ASPxGridViewToolbarItemClickEventArgs.Item Property

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
GridViewToolbarItem

A GridViewToolbarItem object that is the toolbar item.

See Also