Scheduler for UWP | ComponentOne
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 String _
    )
    public Category( 
       string text
    )

    Parameters

    text
    The text of category.
    See Also