Action
Checks if the given item is expanded.
Syntax
C#
expanded = tree.IsExpanded(itemPath)
VB
expanded = tree.IsExpanded(itemPath)
Variable |
Description |
expanded |
Is the item expanded. Boolean.
|
itemPath |
The path of the item to check if it is expanded. ItemPath.
|