Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / TabInfo Class / CssClass Property
Example


In This Topic
    CssClass Property (TabInfo)
    In This Topic
    Gets or sets the CSS class name for the tabs.
    Syntax
    'Declaration
     
    
    Public Property CssClass As String
    'Usage
     
    
    Dim instance As TabInfo
    Dim value As String
     
    instance.CssClass = value
     
    value = instance.CssClass
    public string CssClass {get; set;}

    Property Value

    String containing the CSS class name
    Example
    This example assigns a style to the tab.
    See Also