Class FieldTreeView
Stores a tree structure based on tagbox fields in the same schema
Inheritance
FieldTreeView
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class FieldTreeView : FieldBase
Properties
Levels of the tree.
At least one level is required.
Declaration
[JsonProperty("levels", Required = Required.Always)]
[Required]
public ICollection<TreeLevelItem> Levels { get; set; }
Property Value
Methods
Declaration
public static FieldTreeView FromJson(string data)
Parameters
Returns