Skip to main content
Tab

GridViewDataItemTemplateContainer Class

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.

See Also