GridViewDataItemTemplateContainer Class
In This Article
Represents a container for the templates used to render data cells within the ASPxGridView.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class GridViewDataItemTemplateContainer :
GridViewDataRowTemplateContainer
#Remarks
GridViewDataItemTemplateContainer objects are automatically instantiated when one of the following templates is created: GridViewTemplates.DataItem, GridViewDataColumn.DataItemTemplate.
#Implements
#Inheritance
See Also