GridLayout.initialize method
This API supports the Windows Library for JavaScript infrastructure and is not intended to be used directly from your code.
Syntax
gridLayout.initialize(site, groupsEnabled);
Parameters
site
Type: ILayoutSite2**The rendering site for the layout.
groupsEnabled
Type: BooleanSet to true if this layout supports groups; set to false if it does not.
Return value
This method does not return a value.
Requirements
Minimum WinJS version |
WinJS 3.0 |
Namespace |
WinJS.UI |