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 */
String get_Description ()

function get Description () : String

Not applicable.

Property Value

Text that is the description of a node of a navigation control; otherwise, a null reference (Nothing in Visual Basic).

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

Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: