New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
RibbonBarGroup Object
Name | Parameters Return | Type | Description |
---|---|---|---|
get_hierarchicalIndex | integer | none | Returns the hierarchical index of the RibbonBarGroup. |
get_index | integer | none | Returns the index of the group in its tab's groups collection. |
get_items | RibbonBarItemsCollection | none | Returns the collection of all items in the group. |
get_tab | RibbonBarTab | none | Returns the parent tab containing the group. |
get_text | string | none | Returns the text of the group. |
set_text | none | string | Sets the Text property of the group. |
get_value | string | none | Returns the Value of the group. |
set_value | none | string | Sets the Value property of the group. |