API Reference
Class
FancyTreeOptions
Configuration options for FancyTree.
Inheritance
- Object
- FancyTreeOptions
Constructors
public FancyTreeOptions() #Inherited Methods
Properties
public List<String> Extensions { get; set; } #JsonPropertyName("extensions") JsonIgnore(Condition = 3)Gets the list of additional extensions to enable.
public Int32 SelectMode { get; set; } #JsonPropertyName("selectMode")Gets or sets the selection mode for the tree.
public Boolean AutoScroll { get; set; } #JsonPropertyName("autoScroll")Gets or sets a value indicating whether the tree should auto scroll.
public Int32 MinExpandLevel { get; set; } #JsonPropertyName("minExpandLevel")Gets or sets the initial tree expand level.
public List<FancyTreeNode> Source { get; set; } #JsonPropertyName("source")Gets or sets the node data used to build the tree.