Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1DropDown Class / Class Property

In This Topic
    Class Property (C1DropDown)
    In This Topic
    Gets or sets the CSS class applied to the component.
    Syntax
    'Declaration
     
    
    Public Property Class As String
    public string Class {get; set;}
    See Also