Skip to main content

CardStretchedLayoutTemplate.GetLayout() Method

Gets settings related to the layout of cards for the CardDashboardItem.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public override CardLayout GetLayout()

Returns

Type Description
CardLayout

A CardLayout object containing settings related to the layout of cards for the CardDashboardItem.

See Also