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

DataViewItemTemplateContainer Class

Represents a container for the templates that are used to render a data item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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.

Inheritance

See Also