GridViewCommandColumnCustomButtonCollection(GridViewCommandColumn) Constructor
Initializes a new instance of the GridViewCommandColumnCustomButtonCollection class with the specified command column.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
column | GridViewCommandColumn | A GridViewCommandColumn object that represents the command column which owns this collection. This value is assigned to the GridViewCommandColumnCustomButtonCollection.Column property. |
See Also