SiteMapNodeItem::IDataItemContainer::DataItem Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets an object that is used in simplified data-binding operations.
Assembly: System.Web (in System.Web.dll)
private: property Object^ DataItem { virtual Object^ get() sealed = IDataItemContainer::DataItem::get; }
Property Value
Type: System::Object^An object that represents the value to use when data-binding operations are performed.
Implements
IDataItemContainer::DataItemTypically, you should use the SiteMapNode property to access the data item represented by a SiteMapNodeItem object.
The IDataItemContainer::DataItem member is an explicit interface member implementation. It can be used only when the SiteMapNodeItem instance is cast to an IDataItemContainer interface.
.NET Framework
Available since 2.0
Available since 2.0
SiteMapNode
SiteMapNodeItem Class
System.Web.UI.WebControls Namespace
ASP.NET Site Navigation
Show: