Skip to main content
Tab

GridViewFilterCellTemplateContainer Class

A container for the templates that are used to render a filter row cell.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class GridViewFilterCellTemplateContainer :
    GridViewBaseTemplateContainer

Remarks

Objects of the GridViewFilterCellTemplateContainer type are automatically instantiated when templates of the GridViewColumn.FilterTemplate or GridViewTemplates.FilterCell type are created.

See Also