Skip to main content
Tab

GridViewFilterCellTemplateContainer(GridViewColumn) Constructor

Initializes a new instance of the GridViewFilterCellTemplateContainer class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewFilterCellTemplateContainer(
    GridViewColumn column
)

Parameters

Name Type Description
column GridViewColumn

An ASPxGridView object that owns the current object. This value is assigned to the GridViewBaseTemplateContainer.Grid property.

See Also