IGroupInfo Interface Members
In This Topic
The following tables list the members exposed by IGroupInfo.
Public Properties
| Name | Description |
| Children |
Get children of current group
|
| EndIndex |
Gets the end index of current group.
|
| IsCollapsed |
Get whether the current group is collapsed
|
| Level |
Gets the level of current group.
|
| Parent |
Get the parent of current group
|
| StartIndex |
Gets the start index of current group.
|
Top
Public Methods
| Name | Description |
| Collapse |
Collapses current group.
|
| Expand |
Expands current group.
|
Top
See Also