Skip to main content

BootstrapGridColumnEditFormSettings(GridViewDataColumn) Constructor

Initializes a new instance of the BootstrapGridColumnEditFormSettings class with the specified data column.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapGridColumnEditFormSettings(
    GridViewDataColumn column
)

Parameters

Name Type Description
column GridViewDataColumn

A GridViewDataColumn object that represents the data column within the BootstrapGridView.

See Also