Action
Checks if the given item can be expanded.
Syntax
C#
expandable = tree.IsExpandable(itemPath)
VB
expandable = tree.IsExpandable(itemPath)
| Variable |
Description |
| expandable |
Can the item be expanded. Boolean.
|
| itemPath |
The path of the item to check if it can be expanded. ItemPath.
|