[]
Represents the information of a group.
public interface IGroupInfo
Public Interface IGroupInfo
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. |
Name | Description |
---|---|
Collapse() | Collapses current group. |
Expand() | Expands current group. |