Back to Devexpress

CardLightweightLayoutTemplate Class

dashboard-devexpress-dot-dashboardcommon-fa440097.md

latest1.7 KB
Original Source

CardLightweightLayoutTemplate Class

The Lightweight layout template that displays the minimum set of elements within a card.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class CardLightweightLayoutTemplate :
    CardLayoutTemplate
vb
Public Class CardLightweightLayoutTemplate
    Inherits CardLayoutTemplate

Remarks

Use the Card.LayoutTemplate property to specify a card’s layout template. To learn how to manage the layout of cards in the CardDashboardItem, refer to the CardLayoutTemplate class description.

The image below shows which card elements correspond to properties exposed by the CardLightweightLayoutTemplate class.

Inheritance

Object CardLayoutTemplate CardLightweightLayoutTemplate

See Also

CardLightweightLayoutTemplate Members

DevExpress.DashboardCommon Namespace