System.Web.UI.IDataItemContainer

Enables data-bound control containers to identify a data item object for simplified data-binding operations.

See Also: IDataItemContainer Members

Syntax

public interface IDataItemContainer : INamingContainer

Remarks

Container classes that implement the System.Web.UI.IDataItemContainer interface can specify which of their properties identifies the data item for data-binding operations, such as late binding with the System.Web.UI.DataBinder class.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0