Back to Devexpress

GridViewDetailRowTemplateContainer Class

aspnet-devexpress-dot-web-a2e92346.md

latest2.8 KB
Original Source

GridViewDetailRowTemplateContainer Class

Represents a container for the templates used to render detail rows within the ASPxGridView.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Remarks

GridViewDetailRowTemplateContainer objects are automatically instantiated when the GridViewTemplates.DetailRow template is created.

Implements

IComponent

IDisposable

IParserAccessor

IUrlResolutionService

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IDataItemContainer

INamingContainer

Inheritance

Object Control TemplateContainerBase GridBaseTemplateContainer GridViewBaseTemplateContainer GridViewBaseRowTemplateContainer GridViewDetailRowTemplateContainer

See Also

GridViewDetailRowTemplateContainer Members

Master-Detail: Implementation

Grid View

DevExpress.Web Namespace