Back to Devexpress

CardRowCollection Class

dashboard-devexpress-dot-dashboardcommon-dc534c3d.md

latest1.9 KB
Original Source

CardRowCollection Class

A collection of CardRow objects that are rows in a card’s layout.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class CardRowCollection :
    NotifyingCollection<CardRowBase>
vb
Public Class CardRowCollection
    Inherits NotifyingCollection(Of CardRowBase)

The following members return CardRowCollection objects:

Remarks

Use the CardLayout.Rows property to access the CardRowCollection object. To learn how to manage the layout of cards in the CardDashboardItem, refer to the CardLayoutTemplate class description.

Inheritance

Object Collection<CardRowBase> NotifyingCollection<CardRowBase> CardRowCollection

See Also

CardRowCollection Members

DevExpress.DashboardCommon Namespace