INavigateUIData::Name Property

 

Gets the text that represents the name of a navigation node of a navigation control.

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

property String^ Name {
	String^ get();
}

Property Value

Type: System::String^

Text that represents the name of a node of a navigation control; otherwise, null.

The Name property is rendered as the TreeNode::Text property of a TreeNode control and the MenuItem::Text property of a MenuItem control.

.NET Framework
Available since 2.0
Return to top
Show: