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

GridViewCommandColumnCustomButtonCollection(GridViewCommandColumn) Constructor

Initializes a new instance of the GridViewCommandColumnCustomButtonCollection class with the specified command column.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewCommandColumnCustomButtonCollection(
    GridViewCommandColumn column
)

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