New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
OrgChartGroupItem Object
Updated over 6 months ago
The RadOrgChartGroupItem object is returned by the getGroupItem() method of OrgChartGroupItemCollection object. The following table lists the most important methods:
| Name | Parameters | Return Type | Description |
|---|---|---|---|
| getId | none | string | Returns the current group item id value. |
| get_index | none | int | Returns the group item's index in the OrgChartGroupItemCollection. |
| get_parent | none | OrgChartGroupItemCollection | Returns the collection that contains the group item. |
| get_owner | none | OrgChartNode | Returns the node that holds the OrgChartGroupItemCollection containing the group item. |