<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Band > DataExpanderBand > Method >SetFixMaster |
Sets whether to fix the master band.
Prototype :
void SetFixMaster
(
bool FixMaster
)
Arguments :
FixMaster |
set to true to fix the master band |
Example :
This.SetFixMaster(true);
Available Events :
OnInitialize, OnStartBind