Skip to main content

DashboardLayoutTabPage Class

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.

#constructor

Initializes a new instance of the DashboardLayoutTabPage class.

#Declaration

TypeScript
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.