DashboardItem.Group Property
In This Article
Gets or sets a parent group for the current dashboard item.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
[Browsable(false)]
public DashboardItemGroup Group { get; set; }
#Property Value
Type | Description |
---|---|
Dashboard |
A Dashboard |
See Also