GridViewFilterCellTemplateContainer Class
In This Article
A container for the templates that are used to render a filter row cell.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.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.
#Implements
#Inheritance
Object
Control
TemplateContainerBase
GridBaseTemplateContainer
GridViewBaseTemplateContainer
GridViewFilterCellTemplateContainer
See Also