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

CardCompactLayoutTemplate.GetLayout() Method

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

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.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