Skip to main content
Tab

DataViewItemTemplateContainer.Item Property

Gets a data item for which the template’s content is being rendered.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public DataViewItem Item { get; }

#Property Value

Type Description
DataViewItem

A DataViewItem object that represents the data item for which the template’s content is being rendered.

See Also