Back to Devexpress

IndexPanelItemTemplateContainer Class

aspnet-devexpress-dot-web-98513d58.md

latest2.5 KB
Original Source

IndexPanelItemTemplateContainer Class

Represents a container for the templates used to render index panel items.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class IndexPanelItemTemplateContainer :
    TemplateContainerBase
vb
Public Class IndexPanelItemTemplateContainer
    Inherits TemplateContainerBase

Remarks

The IndexPanelItemTemplateContainer class represents a container cell for the templates used to render index panel items within a ASPxTitleIndex control.

Objects of the IndexPanelItemTemplateContainer type are automatically instantiated when templates of the ASPxTitleIndex.IndexPanelItemTemplate type are created.

Implements

IComponent

IDisposable

IParserAccessor

IUrlResolutionService

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IDataItemContainer

INamingContainer

Inheritance

Object Control TemplateContainerBase IndexPanelItemTemplateContainer

See Also

IndexPanelItemTemplateContainer Members

DevExpress.Web Namespace