Back to Devexpress

GridViewFilterCellTemplateContainer Class

aspnet-devexpress-dot-web-3762d279.md

latest2.6 KB
Original Source

GridViewFilterCellTemplateContainer Class

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class GridViewFilterCellTemplateContainer :
    GridViewBaseTemplateContainer
vb
Public Class GridViewFilterCellTemplateContainer
    Inherits GridViewBaseTemplateContainer

Remarks

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

Implements

IComponent

IDisposable

IParserAccessor

IUrlResolutionService

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IDataItemContainer

INamingContainer

Inheritance

Object Control TemplateContainerBase GridBaseTemplateContainer GridViewBaseTemplateContainer GridViewFilterCellTemplateContainer

See Also

GridViewFilterCellTemplateContainer Members

Grid View

DevExpress.Web Namespace