DashboardDesigner.UseCardLegacyLayout Property
Gets or sets whether to enable the legacy card layout used prior to v17.1.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true, to enable the legacy card layout used prior to v17. |
#Remarks
With v17.1 and later, the CardDashboardItem allows you to arrange elements within individual cards using different layout types (Stretched, Compact, etc.). By default, the CardDashboardItem uses the Stretched layout type that arranges card elements so that they occupy an entire card area.
The UseCardLegacyLayout property allows you to create cards in a legacy layout using the WinForms Designer. To use a legacy layout for the CardDashboardItem created in code, assign a null value to the Card.LayoutTemplate property.
Note
Note that if you load a dashboard XML file created before v17.
Note
Cards that use a legacy layout do not support conditional formatting.