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

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

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

Reference

IGroupInfo Interface