DashboardLayoutNode.DashboardItem Property
Gets the dashboard item/group which is displayed in the current layout item/group.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v20.2.Core.dll
Declaration
public DashboardItem DashboardItem { get; set; }
Public Property DashboardItem As DashboardItem
Property Value
Type | Description |
---|---|
DashboardItem | A DashboardItem descendant representing the dashboard item/group which is displayed in the current layout item/group. |
See Also
Feedback