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

ASPxVerticalGridToolbarItemClickEventArgs(VerticalGridToolbarItem) Constructor

Initializes a new instance of the ASPxVerticalGridToolbarItemClickEventArgs class with specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public ASPxVerticalGridToolbarItemClickEventArgs(
    VerticalGridToolbarItem item
)

Parameters

Name Type Description
item VerticalGridToolbarItem

A VerticalGridToolbarItem object that is the Vertical Grid toolbar item.

See Also