Back to Devexpress

DashboardLayoutTabPage Class

dashboard-js-devexpress-dot-dashboard-dot-model-30cc28c8.md

latest3.4 KB
Original Source

DashboardLayoutTabPage Class

A layout tab page used to arrange layout items and groups.

Declaration

ts
export class DashboardLayoutTabPage extends DashboardLayoutGroup

Remarks

See Dashboard Layout to learn more about dashboard layout.

Inherited Members

childNodes

dashboardItem

disposed

itemType

orientation

parentNode

weight

item

dispose

findLayoutItem(dashboardItem)

getInfo

getItemsRecursive

getNodesRecursive

insert(itemToInsert, position)

moveTo(targetItem, position)

remove

Inheritance

SerializableModel TypedSerializableModel DashboardLayoutNode DashboardLayoutGroup DashboardLayoutTabPage

constructor

Initializes a new instance of the DashboardLayoutTabPage class.

Declaration

ts
constructor(
    modelJson?: Object,
    serializer?: DevExpress.Analytics.Utils.ModelSerializer
)

Parameters

NameTypeDescription
modelJsonObject
serializerModelSerializer

An object used for dashboard deserialization. Do not pass this parameter directly.

|