Back to Devexpress

CardRowTextElement Class

dashboard-devexpress-dot-dashboardcommon-6f756bc5.md

latest1.5 KB
Original Source

CardRowTextElement Class

A card element that displays static text.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class CardRowTextElement :
    CardRowTextElementBase
vb
Public Class CardRowTextElement
    Inherits CardRowTextElementBase

Remarks

Use the CardRow.Elements property to access row’s elements. To learn how to manage the layout of cards in the CardDashboardItem, refer to the CardLayoutTemplate class description.

Inheritance

Object CardRowElementBase CardRowTextElementBase CardRowTextElement

See Also

CardRowTextElement Members

DevExpress.DashboardCommon Namespace