Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / Category Class / Category Constructor / Category Constructor(String)
The text of category.

In This Topic
    Category Constructor(String)
    In This Topic
    Creates custom Category object with specified text.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal text As System.String _
    )
    public Category( 
       System.string text
    )

    Parameters

    text
    The text of category.
    See Also