DashboardLayoutGroup Constructors
A layout group used to arrange layout items or other groups within a dashboard.| Name | Parameters | Description |
|---|---|---|
| DashboardLayoutGroup() | none | Initializes a new instance of the DashboardLayoutGroup class. |
| DashboardLayoutGroup(DashboardItem, Double) | dashboardItem, weight | Initializes a new instance of the DashboardLayoutGroup class. |
| DashboardLayoutGroup(DashboardItem) | dashboardItem | Initializes a new instance of the DashboardLayoutGroup class. |
| DashboardLayoutGroup(DashboardLayoutGroupOrientation, DashboardItem, Double, DashboardLayoutNode[]) | orientation, dashboardItem, weight, items | Initializes a new instance of the DashboardLayoutGroup class. |
| DashboardLayoutGroup(DashboardLayoutGroupOrientation, Double, DashboardLayoutNode[]) | orientation, weight, items | Initializes a new instance of the DashboardLayoutGroup class. |
See Also