Back to Devexpress

CardLayoutTemplate Class

dashboard-devexpress-dot-dashboardcommon-122d2ca8.md

latest2.8 KB
Original Source

CardLayoutTemplate Class

Serves as the base for classes that define a layout template for the CardDashboardItem.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public abstract class CardLayoutTemplate :
    ICardLayoutContext
vb
Public MustInherit Class CardLayoutTemplate
    Implements ICardLayoutContext

The following members return CardLayoutTemplate objects:

Remarks

The CardDashboardItem item allows you to specify a layout of individual cards from the CardDashboardItem.Cards collection.

The Card object exposes the Card.LayoutTemplate property that allows you to set a predefined layout template or to create a custom layout.

To learn more about the available layouts, see the following topics:

Note

If you assign a null value to the Card.LayoutTemplate property, the CardDashboardItem will use the legacy card layout used prior v17.1.

Inheritance

Object CardLayoutTemplate CardCenteredLayoutTemplate

CardCompactLayoutTemplate

CardCustomLayoutTemplate

CardLightweightLayoutTemplate

CardStretchedLayoutTemplate

See Also

CardLayoutTemplate Members

DevExpress.DashboardCommon Namespace