Wijmo UI for the Web
collapsedImageClass Field
wijmo.grid Namespace > IGroupInfo Interface : collapsedImageClass Field

Determines the CSS used to show collapsed nodes on the grid.

Syntax
var instance; // Type: wijmo.grid.IGroupInfo;
var value; // Type: string
value = instance.collapsedImageClass;
var collapsedImageClass : string;
Example
$("#element").wijgrid({ columns: [{ groupInfo: { collapsedImageClass: "myClass" }}] });
See Also

Reference

IGroupInfo Interface