DashboardLayoutTabPage Constructors
A layout tab page used to arrange layout items and groups.Name | Parameters | Description |
---|---|---|
DashboardLayoutTabPage() | none | Initializes a new instance of the DashboardLayoutTabPage class. |
DashboardLayoutTabPage(DashboardLayoutGroupOrientation, DashboardTabPage, DashboardLayoutNode[]) | orientation, page, items | Initializes a new instance of the DashboardLayoutTabPage class with the specified orientation for the specified dashboard item containing the specified layout nodes. |
DashboardLayoutTabPage(DashboardTabPage, DashboardLayoutNode[]) | page, items | Initializes a new instance of the DashboardLayoutTabPage class for the specified dashboard item containing the specified layout nodes. |
See Also