MenuItemTemplateContainer::IDataItemContainer::DataItem Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the menu item associated with the container.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

private:
property Object^ DataItem {
	virtual Object^ get() sealed = IDataItemContainer::DataItem::get;
}

Property Value

Type: System::Object^

A MenuItem object that represents the menu item associated with the container.

.NET Framework
Available since 2.0
Return to top
Show: