Specifies the name of the category in which to group the member when displayed in The C1PropertyGrid.

Namespace:  C1.Silverlight.Extended
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

C#
public string Category {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
 }
Visual Basic
Public Property Category As String
	<CompilerGeneratedAttribute> _
	Get
	<CompilerGeneratedAttribute> _
	Set

See Also