Scheduler for WPF | ComponentOne
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 String, _
       ByVal categoryName As String _
    )
    public C1CategoryAttribute( 
       string key,
       string categoryName
    )

    Parameters

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