Skip to main content

CardCollection Class

A collection that contains Card objects.

Namespace: DevExpress.DashboardCommon

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

Declaration

public class CardCollection :
    DataItemContainerCollection<Card>

Remarks

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

See Also