GridLevelNode Constructors
Represents a node in the tree-like structure that associates master-detail relationships with pattern Views.| Name | Parameters | Description |
|---|---|---|
| GridLevelNode() | none | Initializes a new instance of the GridLevelNode class with default settings. |
| GridLevelNode(GridLevelTree, String, BaseView) | tree, relationName, template | Initializes a new instance of the GridLevelNode class with the specified settings. |
See Also