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