Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the Template contains declarative controls that must be processed separately. This property is always true. The controls that belong to a Template object's children are instantiated when a Template instance is rendered.
Syntax
var isContainer = template.isDeclarativeControlContainer;
Property value
Type: Boolean
true if WinJS controls created declaratively within the Template will be processed by the Template itself. This property is always true.
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.Binding |