INavigateUIData::Description Property

 

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

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

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

Property Value

Type: System::String^

Text that is the description of a node of a navigation control; otherwise, null.

The Description property is rendered as the ToolTip text of the TreeNode and MenuItem controls.

.NET Framework
Available since 2.0
Return to top
Show: