TOC : OZ e-Form Extension > OZ e-Form JavaScript API > FixedTableInput > FixedTableNumericUpDown > Method >

 

SetMaxVal

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : OZ e-Form Extension > OZ e-Form JavaScript API > FixedTableInput > FixedTableNumericUpDown > Method >

 

SetMaxVal

 

 

Sets the maximum value.

 

 

 

Prototype :

 

void SetMaxVal

(

       double MaxVal

)

 

 

 

Arguments :

 

MaxVal

Maximum value

 

 

 

Example :

 

This.SetMaxVal(100);

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind