IDataItemContainer::DataItem Property
When implemented, gets an object that is used in simplified data-binding operations.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::ObjectAn object that represents the value to use when data-binding operations are performed.
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.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.