Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / EnablejQueryTheme Property


In This Topic
    EnablejQueryTheme Property
    In This Topic
    Gets or sets whether Spread should apply the jQuery theme on the client-side.
    Syntax
    'Declaration
     
    
    Public Property EnablejQueryTheme As Boolean
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As Boolean
     
    instance.EnablejQueryTheme = value
     
    value = instance.EnablejQueryTheme
    public bool EnablejQueryTheme {get; set;}
    See Also