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

GridViewCommandColumnButton(GridViewCommandColumn, ColumnCommandButtonType) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

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