API Reference
Class
FancyTreeOptions
Configuration options for FancyTree.
Inheritance
- Object
- FancyTreeOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property FancyTree.Options
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.