Skip to main content
A newer version of this page is available. .

CardCompactLayoutTemplate Class

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

Namespace: DevExpress.DashboardCommon

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

Declaration

public class CardCompactLayoutTemplate :
    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.

Card_CompactLayoutTemplate_API

Inheritance

Object
CardLayoutTemplate
CardCompactLayoutTemplate
See Also