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