TreeListExtension<RowType> Constructors
An extension object implementing the TreeList functionality.| Name | Parameters | Description |
|---|---|---|
| TreeListExtension(TreeListSettings<RowType>, ViewContext) | settings, viewContext | Initializes a new instance of the TreeListExtension<RowType> class with the specified settings and provides the context information about the view. |
| TreeListExtension(TreeListSettings<RowType>) | settings | Initializes a new instance of the TreeListExtension<RowType> class with the specified settings. |
See Also