Skip to main content
Tab

ASPxVerticalGridToolbarItemClickEventArgs.Item Property

Gets the toolbar item related to the event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public VerticalGridToolbarItem Item { get; }

Property Value

Type Description
VerticalGridToolbarItem

A VerticalGridToolbarItem object that is the toolbar item.

See Also