ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.Localization Namespace / C1CategoryAttribute Class / C1CategoryAttribute Constructor
Category key.

In This Topic
    C1CategoryAttribute Constructor
    In This Topic
    Initialize C1CategoryAttribute.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As System.String _
    )
    public C1CategoryAttribute( 
       System.string name
    )

    Parameters

    name
    Category key.
    See Also