Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / C1.Schedule.Localization Namespace / C1CategoryAttribute Class / C1CategoryAttribute Constructor / C1CategoryAttribute Constructor(String,String)
The key value used to keep specific category.
Default non-localized category name.

In This Topic
    C1CategoryAttribute Constructor(String,String)
    In This Topic
    Initializes a new instance of the C1CategoryAttribute attribute.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal key As System.String, _
       ByVal categoryName As System.String _
    )
    public C1CategoryAttribute( 
       System.string key,
       System.string categoryName
    )

    Parameters

    key
    The key value used to keep specific category.
    categoryName
    Default non-localized category name.
    See Also