Menu.SetItemDataItem(MenuItem, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
void SetItemDataItem(System::Web::UI::WebControls::MenuItem ^ node, System::Object ^ dataItem);
protected void SetItemDataItem (System.Web.UI.WebControls.MenuItem node, object dataItem);
member this.SetItemDataItem : System.Web.UI.WebControls.MenuItem * obj -> unit
Protected Sub SetItemDataItem (node As MenuItem, dataItem As Object)
Parameters
Remarks
The SetItemDataItem method is a helper method used by derived classes to set the DataItem property of the specified MenuItem object.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.