Creates custom Category object with specified text.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public Category(
	string text
)
Visual Basic
Public Sub New ( _
	text As String _
)

Parameters

text
Type: System..::..String
The text of category.

See Also