Back to Devexpress

CardViewGroupRowTemplateContainer Class

aspnet-devexpress-dot-web-07443969.md

latest2.6 KB
Original Source

CardViewGroupRowTemplateContainer 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 CardViewGroupRowTemplateContainer :
    CardViewCardBaseTemplateContainer
vb
Public Class CardViewGroupRowTemplateContainer
    Inherits CardViewCardBaseTemplateContainer

Remarks

CardViewGroupRowTemplateContainer objects are automatically instantiated when the CardViewTemplates.GroupRow or CardViewTemplates.GroupRowContent template is created.

Implements

IComponent

IDisposable

IParserAccessor

IUrlResolutionService

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IDataItemContainer

INamingContainer

Inheritance

Object Control TemplateContainerBase GridBaseTemplateContainer CardViewBaseTemplateContainer CardViewCardBaseTemplateContainer CardViewGroupRowTemplateContainer

See Also

CardViewGroupRowTemplateContainer Members

DevExpress.Web Namespace