DataViewItemTemplateContainer(DataViewItem) Constructor
Initializes a new instance of the DataViewItemTemplateContainer class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
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