Back to Devexpress

CardStretchedLayoutTemplate Class

dashboard-devexpress-dot-dashboardcommon-1237ff9f.md

latest1.7 KB
Original Source

CardStretchedLayoutTemplate Class

The Stretched layout template that arranges card elements so that they occupy an entire card area.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

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

Inheritance

Object CardLayoutTemplate CardStretchedLayoutTemplate

See Also

CardStretchedLayoutTemplate Members

DevExpress.DashboardCommon Namespace