ASPxClientRibbonGroup Class
A client-side equivalent of the ribbon’s RibbonGroup object.
Declaration
declare class ASPxClientRibbonGroup
Remarks
The ASPxClientRibbonGroup object is a client ribbon group that corresponds to a particular item in the RibbonTab.Groups collection.
The functionality provided by the ASPxClientRibbonGroup object on the client side nearly replicates the basic server-side functionality. So, you are allowed to obtain information on a group’s name (ASPxClientRibbonGroup.name), parent tab (ASPxClientRibbonGroup.tab), and index within the tab’s Items collection (ASPxClientRibbonGroup.index).
See Also