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