Wijmo UI for the Web
visible Field

Default value: true

A value indicating whether column is visible.

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

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.