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

CardCollection Class

A collection that contains Card objects.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

public class CardCollection :
    DataItemContainerCollection<Card>

Remarks

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

See Also