Class JsTreeOptions
Inheritance
System.Object
JsTreeOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Packages.JsTree
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Packages.dll
Syntax
public class JsTreeOptions
Properties
StylePath
Path of the style file for the JsTree library. Setting to null ignores the style file.
Default value: "/libs/jstree/themes/default/style.min.css".
Declaration
public string StylePath { get; set; }
Property Value
Type | Description |
---|---|
System.String |