Back to Devexpress

CardRowTextElementBase Class

dashboard-devexpress-dot-dashboardcommon-90b00b52.md

latest1.5 KB
Original Source

CardRowTextElementBase Class

Serves as the base for classes that are card elements displaying text data.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public abstract class CardRowTextElementBase :
    CardRowElementBase
vb
Public MustInherit Class CardRowTextElementBase
    Inherits CardRowElementBase

Remarks

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

Inheritance

Object CardRowElementBase CardRowTextElementBase CardRowDataElement

CardRowTextElement

See Also

CardRowTextElementBase Members

DevExpress.DashboardCommon Namespace