General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
The page you are viewing does not exist in version 18.1. This link will take you to the root page.
17.2
The page you are viewing does not exist in version 17.2. This link will take you to the root page.
DashboardLayoutTabContainer Class
A layout tab container used to arrange layout tab pages within a dashboard.
Declaration
export class DashboardLayoutTabContainer extends DashboardLayoutGroup
Remarks
The DashboardLayoutTabContainer class exposes the DashboardLayoutGroup.childNodes property that provides access to the collection of child layout groups and items that constitute the current layout group. Use the DashboardLayoutGroup.orientation property to specify the orientation of layout items/groups within the group.
The DashboardLayoutNode.weight property allows specifying the relative size of the layout tab container.
Inheritance
SerializableModel
TypedSerializableModel
DashboardLayoutNode
DashboardLayoutGroup
DashboardLayoutTabContainer
Inherited Members
constructor
Initializes a new instance of the DashboardLayoutTabContainer class.
Declaration
constructor(modelJson?: Object, serializer?: DevExpress.Analytics.Utils.ModelSerializer)
Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
modelJson | Object | null | |
serializer | ModelSerializer | null | An object used for dashboard deserialization. Do not pass this parameter directly. |
Feedback