DashboardLayoutTabPage Class
A layout tab page used to arrange layout items and groups.
Declaration
export class DashboardLayoutTabPage extends DashboardLayoutGroup
Remarks
See Dashboard Layout to learn more about dashboard layout.
Inherited Members
Inheritance
SerializableModel
TypedSerializableModel
DashboardLayoutNode
DashboardLayoutGroup
DashboardLayoutTabPage
constructor
Initializes a new instance of the DashboardLayoutTabPage
class.
Declaration
constructor(
modelJson?: Object,
serializer?: DevExpress.Analytics.Utils.ModelSerializer
)
Parameters
Name | Type | Description |
---|---|---|
modelJson | Object | |
serializer | ModelSerializer | An object used for dashboard deserialization. Do not pass this parameter directly. |