Back to Devexpress

GridViewGroupRowTemplateContainer Class

aspnet-devexpress-dot-web-e8f1963a.md

latest2.9 KB
Original Source

GridViewGroupRowTemplateContainer Class

Represents a container for the templates used to render group rows.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class GridViewGroupRowTemplateContainer :
    GridViewBaseRowTemplateContainer
vb
Public Class GridViewGroupRowTemplateContainer
    Inherits GridViewBaseRowTemplateContainer

Remarks

GridViewGroupRowTemplateContainer objects are automatically instantiated when the GridViewTemplates.GroupRow or GridViewTemplates.GroupRowContent template is created.

Implements

IComponent

IDisposable

IParserAccessor

IUrlResolutionService

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IDataItemContainer

INamingContainer

Inheritance

Object Control TemplateContainerBase GridBaseTemplateContainer GridViewBaseTemplateContainer GridViewBaseRowTemplateContainer GridViewGroupRowTemplateContainer GridViewGroupFooterCellTemplateContainer

GridViewGroupFooterRowTemplateContainer

See Also

GridViewGroupRowTemplateContainer Members

Grid View

DevExpress.Web Namespace