DashboardLayoutItem Class
In This Article
A layout item that displays a dashboard item.
#Declaration
TypeScript
export class DashboardLayoutItem extends DashboardLayoutNode
#Remarks
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.
#Inherited Members
#Inheritance
SerializableModel
TypedSerializableModel
DashboardLayoutNode
DashboardLayoutItem
#constructor
Initializes a new instance of the DashboardLayoutItem
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. |