Back to Devexpress

DashboardItemGroupCollection Class

dashboard-devexpress-dot-dashboardcommon-8b596c7c.md

latest2.2 KB
Original Source

DashboardItemGroupCollection Class

A collection of DashboardItemGroup objects.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class DashboardItemGroupCollection :
    NamedItemCollection<DashboardItemGroup>
vb
Public Class DashboardItemGroupCollection
    Inherits NamedItemCollection(Of DashboardItemGroup)

The following members return DashboardItemGroupCollection objects:

Remarks

The DashboardItemGroup object represents a group used to arrange dashboard items within a dashboard. The Dashboard class exposes the Dashboard.Groups property that provides access to a collection of dashboard item groups.

Inheritance

Object Collection<DashboardItemGroup> NotifyingCollection<DashboardItemGroup> NamedItemCollection<DashboardItemGroup> DashboardItemGroupCollection

See Also

DashboardItemGroupCollection Members

DevExpress.DashboardCommon Namespace