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

ASPxVerticalGridCommandButtonEventArgs(VerticalGridCommandRow, VerticalGridCommandButtonType, Int32) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public ASPxVerticalGridCommandButtonEventArgs(
    VerticalGridCommandRow row,
    VerticalGridCommandButtonType buttonType,
    int visibleIndex
)

Parameters

Name Type Description
row VerticalGridCommandRow

A VerticalGridCommandRow object that represents the command row containing the processed command button. This value is assigned to the ASPxVerticalGridCommandButtonEventArgs.Row property.

buttonType VerticalGridCommandButtonType

A VerticalGridCommandButtonType enumeration value identifying the type of the processed command button.

visibleIndex Int32

An integer value that specifies the visible index of a data row which contains the processed command button. This value is assigned to the ASPxGridCommandButtonEventArgs.VisibleIndex property.

See Also