GridViewCommandColumnButton(GridViewCommandColumn, ColumnCommandButtonType) Constructor
Initializes a new instance of the GridViewCommandColumnButton class with the specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public GridViewCommandColumnButton(
GridViewCommandColumn column,
ColumnCommandButtonType buttonType
)
Parameters
Name | Type | Description |
---|---|---|
column | GridViewCommandColumn | A GridViewCommandColumn object that is the command column to which the button belongs. |
buttonType | ColumnCommandButtonType | One of the ColumnCommandButtonType enumeration values. |
See Also