DashboardLayoutGroup Properties
A layout group used to arrange layout items or other groups within a dashboard.| Name | Description |
|---|---|
| ChildNodes | Provides access to the collection of child layout groups and items. |
| DashboardItem | Gets the dashboard item/group which is displayed in the current layout item/group. Inherited from DashboardLayoutNode. |
| Orientation | Gets or sets the value specifying the orientation of layout items/groups within the group. |
| Parent | Gets the immediate parent layout group to which the current layout item/group belongs. Inherited from DashboardLayoutNode. |
| Root | Gets the root layout item/group to which the current layout item/group belongs. Inherited from DashboardLayoutNode. |
| Weight | Gets or sets the relative size of the layout item/group. Inherited from DashboardLayoutNode. |
See Also