TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Table > TableValue > Method >

 

SetNullType

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Table > TableValue > Method >

 

SetNullType

 

 

Sets the null type.

 

 

 

Prototype :

 

void SetNullType

(

        string NullType

)

 

 

 

Arguments :

 

NullType

refer to NullTypeConst

 

 

 

Example :

 

//strintg

 This.SetNullType("Slash");

 

//constant

 This.SetNullType(NullTypeConst.Slash);

 

 

 

Available Events :

 

OnInitialize,   OnStartBind

 

 

 

See also :

 

NullTypeConst