Back to Devexpress

CardCollection Class

dashboard-devexpress-dot-dashboardcommon-f61b6c0b.md

latest1.9 KB
Original Source

CardCollection Class

A collection that contains Card objects.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class CardCollection :
    DataItemContainerCollection<Card>
vb
Public Class CardCollection
    Inherits DataItemContainerCollection(Of Card)

The following members return CardCollection objects:

Remarks

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

Inheritance

Object Collection<Card> NotifyingCollection<Card> DataItemContainerCollection<Card> CardCollection

See Also

CardCollection Members

Card

Cards

DevExpress.DashboardCommon Namespace