Back to Devexpress

CardRowDataElement Class

dashboard-devexpress-dot-dashboardcommon-57d1d7a9.md

latest1.5 KB
Original Source

CardRowDataElement Class

A card element that displays bound data.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

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

Remarks

Use the CardRow.Elements property to access a 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 CardRowDataElement

See Also

CardRowDataElement Members

DevExpress.DashboardCommon Namespace