ASPxGridViewCommandButtonEventArgs(GridViewCommandColumn, ColumnCommandButtonType, Int32, Boolean) Constructor
Initializes a new instance of the ASPxGridViewCommandButtonEventArgs class with the specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.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 |
|