Wijmo UI for the Web
test Method
wijmo.grid Namespace > c1booleanfield type : test Method
Syntax
var instance = new wijmo.grid.c1booleanfield();
var value; // Type: bool

// Parameters
var column; // Type:  IColumn

value = instance.test(column);
function test( 
   column : IColumn
) : bool;

Parameters

column
See Also

Reference

c1booleanfield type