Back to Devexpress

CardCenteredLayoutTemplate Class

dashboard-devexpress-dot-dashboardcommon-de5bc022.md

latest1.7 KB
Original Source

CardCenteredLayoutTemplate Class

The Centered layout template used to center card elements so that they occupy a specified width/height.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

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

Inheritance

Object CardLayoutTemplate CardCenteredLayoutTemplate

See Also

CardCenteredLayoutTemplate Members

DevExpress.DashboardCommon Namespace