Wijmo UI for the Web
visible Field

A value indicating whether column is visible.

Syntax
Javascript (Usage) 
var instance; // Type: wijmo.grid.IC1CommandBtnFieldOptions;
var value; // Type: bool
value = instance.visible;
Javascript (Specification) 
var visible : bool;
Example
$("#element").wijgrid({ columns: [{ visible: true }]});
Browser Compatibility
7
5
5

See Also

Reference

IC1CommandBtnFieldOptions Interface

 

 


© 2013 All Rights Reserved.

Send comments on this topic.