Collapse Method (ITreeViewTable)
Collapse Method (Int32)
Collapses an expandable node in a tree table.
C# Syntax
void Collapse( int index )
Parameters
- index
- The 0-based index of the node or row to collapse.
Collapse Method (String)
Collapses an expandable node in a tree table.
void Collapse( string nodePath )
Parameters
- nodePath
The full path of the node to collapse within the tree table.