Back to Devexpress

CardElementCollection Class

dashboard-devexpress-dot-dashboardcommon-e86ab6de.md

latest1.9 KB
Original Source

CardElementCollection Class

A collection of CardRowElementBase descendants that are a card’s visual elements.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class CardElementCollection :
    NotifyingCollection<CardRowElementBase>
vb
Public Class CardElementCollection
    Inherits NotifyingCollection(Of CardRowElementBase)

The following members return CardElementCollection objects:

Remarks

Use the CardRow.Elements property to access a row’s elements. To learn how to manage the layout of cards in the CardDashboardItem, refer to the CardLayoutTemplate class description.

Inheritance

Object Collection<CardRowElementBase> NotifyingCollection<CardRowElementBase> CardElementCollection

See Also

CardElementCollection Members

DevExpress.DashboardCommon Namespace