TitleIndexItemTemplateContainer Class
In This Article
Represents a container for the templates used to render data items.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class TitleIndexItemTemplateContainer :
ItemTemplateContainerBase
#Remarks
The TitleIndexItemTemplateContainer class represents a container cell for the templates used to render data items within a ASPxTitleIndex control.
Objects of the TitleIndexItemTemplateContainer type are automatically instantiated when templates of the ASPxTitleIndex.ItemTemplate type are created.
#Implements
#Inheritance
Object
Control
TemplateContainerBase
ItemTemplateContainerBase
TitleIndexItemTemplateContainer
See Also