Skip to main content

CardCollection Class

A collection that contains Card objects.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public class CardCollection :
    DataItemContainerCollection<Card>

Remarks

Use the CardDashboardItem.Cards property to access the collection of Card objects.

See Also