DashboardLayoutTabPage Class
In This Article
A layout tab page used to arrange layout items and groups.
#Declaration
TypeScript
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
TypeScript
constructor(
modelJson?: Object,
serializer?: DevExpress.Analytics.Utils.ModelSerializer
)
#Parameters
Name | Type | Description |
---|---|---|
model |
Object | |
serializer | Model |
An object used for dashboard deserialization. Do not pass this parameter directly. |