Skip to main content

DashboardItem.Group Property

Gets or sets a parent group for the current dashboard item.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

[Browsable(false)]
public DashboardItemGroup Group { get; set; }

Property Value

Type Description
DashboardItemGroup

A DashboardItemGroup object that specifies the parent group for the current dashboard item.

See Also