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

TemplateContainerBase.DataItem Property

Gets an item object which is rendered using the template instantiated within the current template container.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public object DataItem { get; }

Property Value

Type Description
Object

A Object value which represents the templated item object being rendered.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the DataItem property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also