dashboard-js-devexpress-dot-dashboard-dot-model-34eaff3b.md
A layout item that displays a dashboard item.
export class DashboardLayoutItem extends DashboardLayoutNode
To display a dashboard item within a layout item, pass the DashboardItem descendant to the DashboardLayoutNode.dashboardItem property.
The DashboardLayoutNode.weight property allows you to specify the relative size of the created layout item.
insert(itemToInsert, position)
SerializableModel TypedSerializableModel DashboardLayoutNode DashboardLayoutItem
Initializes a new instance of the DashboardLayoutItem class.
constructor(
modelJson?: Object,
serializer?: DevExpress.Analytics.Utils.ModelSerializer
)
| Name | Type | Description |
|---|---|---|
| modelJson | Object | |
| serializer | ModelSerializer |
An object used for dashboard deserialization. Do not pass this parameter directly.
|