Skip to main content
A newer version of this page is available. .
Tab

GridViewDataItemTemplateContainer Class

Represents a container for the templates used to render data cells within the ASPxGridView.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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