ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / TooltipBase Class / CssClass Property






In This Topic
    CssClass Property (TooltipBase)
    In This Topic
    Gets or sets the tooltip CSS class
    Syntax
    'Declaration
     
    
    Public Property CssClass As System.String
    'Usage
     
    
    Dim instance As TooltipBase
    Dim value As System.String
     
    instance.CssClass = value
     
    value = instance.CssClass
    public System.string CssClass {get; set;}
    public read-write property CssClass: System.String; 
    public function get,set CssClass : System.String
    public: __property System.string* get_CssClass();
    public: __property void set_CssClass( 
       System.string* value
    );
    public:
    property System.String^ CssClass {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also