Back to Devexpress

CardRowBase Class

dashboard-devexpress-dot-dashboardcommon-43bd76c4.md

latest1.4 KB
Original Source

CardRowBase Class

Serves as the base for classes that are rows in the CardDashboardItem‘s layout.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public abstract class CardRowBase :
    IXmlSerializableElement
vb
Public MustInherit Class CardRowBase
    Implements IXmlSerializableElement

Remarks

To learn how to manage the layout of cards in the CardDashboardItem, refer to the CardLayoutTemplate class description.

Inheritance

Object CardRowBase CardRow

CardSparklineRow

See Also

CardRowBase Members

DevExpress.DashboardCommon Namespace