TOC : Script API > JavaScript > JavaScript API > Component > Label > Method >

 

SetGroupingRule

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : Script API > JavaScript > JavaScript API > Component > Label > Method >

 

SetGroupingRule

 

 

Sets the grouping rule for the group label.

 

 

 

Prototype :

 

void SetGroupingRule

(

        string GroupingRule

)

 

 

 

Arguments :

 

GroupingRule

refer to GroupingRuleConst

 

 

 

Reference :

 

Label data type should be the group type.

 

 

 

Example :

 

//string

 This.SetGroupingRule("Merge");

 

//constant

 This.SetGroupingRule(GroupingRuleConst.Merge);

 

 

 

Available Events :

 

OnInitialize,  OnStartBind

 

 

 

See also :

 

GroupingRuleConst