Back to Devexpress

CardRow Class

dashboard-devexpress-dot-dashboardcommon-f62790c0.md

latest1.4 KB
Original Source

CardRow Class

A row in the CardDashboardItem‘s layout.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class CardRow :
    CardRowBase,
    ICardLayoutContext
vb
Public Class CardRow
    Inherits CardRowBase
    Implements ICardLayoutContext

Remarks

Use the CardLayout.Rows property to access rows that constitute a card’s layout. To learn how to manage the layout of cards in the CardDashboardItem, refer to the CardLayoutTemplate class description.

Inheritance

Object CardRowBase CardRow

See Also

CardRow Members

DevExpress.DashboardCommon Namespace