<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > FixedTableLabel > Method >SetPriorLabel |
Sets the prior label name of the group label.
Prototype :
void SetPriorLabel
(
string PriorLabel
)
Arguments :
PriorLabel |
prior label name |
Reference :
Label data type should be the group type.
Example :
This.SetPriorLabel("City");
Available Events :
OnInitialize