DashboardLayoutItem(DashboardItem) Constructor
Initializes a new instance of the DashboardLayoutItem class.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
dashboardItem | DashboardItem | A DashboardItem descendant specifying the dashboard item that will be displayed within a created layout item. This value is assigned to the DashboardLayoutNode.DashboardItem property. |
See Also