Back to Devexpress

CardCompactLayoutTemplate Class

dashboard-devexpress-dot-dashboardcommon-d43e9315.md

latest1.7 KB
Original Source

CardCompactLayoutTemplate Class

The Compact layout template used to arrange card elements so that they occupy the minimum area.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class CardCompactLayoutTemplate :
    CardLayoutTemplate
vb
Public Class CardCompactLayoutTemplate
    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 CardCompactLayoutTemplate class.

Inheritance

Object CardLayoutTemplate CardCompactLayoutTemplate

See Also

CardCompactLayoutTemplate Members

DevExpress.DashboardCommon Namespace