Back to Devexpress

CardRowElementBase Class

dashboard-devexpress-dot-dashboardcommon-22fd7a08.md

latest1.6 KB
Original Source

CardRowElementBase Class

Serves as the base for classes 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 abstract class CardRowElementBase :
    IXmlSerializableElement
vb
Public MustInherit Class CardRowElementBase
    Implements IXmlSerializableElement

Remarks

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

Inheritance

Object CardRowElementBase CardRowIndicatorElement

CardRowTextElementBase

CardRowDataElement

CardRowTextElement

See Also

CardRowElementBase Members

DevExpress.DashboardCommon Namespace