Gets/sets the category to which this property belongs. The category is used to group related properties 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 Category { get; set; }
Visual Basic
Public Property Category As String
	Get
	Set
JScript
function get Category () : String
function set Category (value : String)

See Also