ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Input Namespace / C1InputBase Class / CssClass Property

In This Topic
    CssClass Property (C1InputBase)
    In This Topic
    Gets or sets the Cascading Style Sheet (CSS) class rendered by the Web server control on the client.
    Syntax
    'Declaration
     
    Public Overrides Property CssClass As System.String
    public override System.string CssClass {get; set;}
    See Also