Skip to main content
A newer version of this page is available. .

DashboardItem.Group Property

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

Namespace: DevExpress.DashboardCommon

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

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