<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Table > TableValue > Method >SetGrouping |
Sets whether to group the component.
Prototype :
void SetGrouping
(
bool Grouping
)
Arguments :
Grouping |
set to true to group the component |
Example :
This.SetGrouping(true);
Available Events :
OnInitialize, OnStartBind