Skip to main content

CardRowBase Class

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public abstract class CardRowBase :
    IXmlSerializableElement

#Remarks

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

#Inheritance

See Also