DataViewItemTemplateContainer(DataViewItem) Constructor
Initializes a new instance of the DataViewItemTemplateContainer class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
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