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

ASPxGridViewCommandButtonEventArgs(GridViewCommandColumn, ColumnCommandButtonType, Int32, Boolean) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxGridViewCommandButtonEventArgs(
    GridViewCommandColumn column,
    ColumnCommandButtonType buttonType,
    int visibleIndex,
    bool isEditingRow
)

Parameters

Name Type Description
column GridViewCommandColumn

A GridViewCommandColumn object that represents the command column containing the processed command button. This value is assigned to the ASPxGridViewCommandButtonEventArgs.Column property.

buttonType ColumnCommandButtonType

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

visibleIndex Int32

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

isEditingRow Boolean

true, if the processed command button is displayed within the edited row; otherwise, false.

See Also