Wijmo UI for the Web
outlineMode Field

Determines whether the user will be able to collapse and expand the groups by clicking on the group headers, and also determines whether groups will be initially collapsed or expanded. Possible values are: "none", "startCollapsed", "startExpanded".

Syntax
Javascript (Usage) 
var instance; // Type: wijmo.grid.IGroupInfo;
var value; // Type: string
value = instance.outlineMode;
Javascript (Specification) 
var outlineMode : string;
Remarks
Possible values are: "none": disables collapsing and expanding. "startCollapsed": groups are initially collapsed. "startExpanded": groups are initially expanded.
Browser Compatibility
7
5
5

See Also

Reference

IGroupInfo Interface

 

 


© 2013 All Rights Reserved.

Send comments on this topic.