Gets/sets a description for the property. The description will be shown as the help tip text in the PropertyGrid control.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public string Description { get; set; }
Visual Basic
Public Property Description As String
	Get
	Set
JScript
function get Description () : String
function set Description (value : String)

See Also