IDataItemContainer.DataItem Property
.NET Framework 3.0
When implemented, gets an object that is used in simplified data-binding operations.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The DataItem property identifies an object that is used in data-binding operations and late-binding expressions.
| Topic | Location |
|---|---|
| How to: Access Members of a Web Server Control's Naming Container | Building ASP .NET Web Applications |
| How to: Access Members of a Web Server Control's Naming Container | Building ASP .NET Web Applications |
The following code example demonstrates how to implement a type that uses the IDataItemContainer interface. The SimpleSpreadsheetRow class is a container class with a member named Data. It implements the IDataItemContainer interface by mapping the Data property to the DataItem property. Simplified data-binding expressions can bind to the data object using the DataItem property.
Community Additions
ADD
Show: