Skip to main content
Tab

DataViewItemTemplateContainer(DataViewItem) Constructor

Initializes a new instance of the DataViewItemTemplateContainer class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public DataViewItemTemplateContainer(
    DataViewItem item
)

Parameters

Name Type Description
item DataViewItem

A DataViewItem object that represents the data item which the current object belongs to. This value is assigned to the DataViewItemTemplateContainer.Item property.

See Also