TreeViewOperationDescriptors
The descriptors of the data operations which are applied to the TreeView component.
Name | Type | Default | Description |
---|---|---|---|
check? |
|
The hierarchical indices of the items to which the check operation will be applied, or the descriptor of the operation. | |
checkField? |
|
The check field of the item. | |
childrenField? |
|
The children field of the item. | |
cloneField? |
|
When the operations are applied, the corresponding items and their parents are cloned.
For performance reasons, TreeView items are cloned only once.
The name of the field which provides a Boolean representation of whether an item is already cloned.
Defaults to | |
expand? |
|
The hierarchical indices of the items to which the expand operation will be applied, or the descriptor of the operation. | |
expandField? |
|
The expand field of the item. | |
select? |
|
The hierarchical indices of the items to which the select operation will be applied, or the descriptor of the operation. | |
selectField? |
|
The select field of the item. |