CardCustomLayoutTemplate.Layout Property
In This Article
Provides access to settings related to the layout of cards for the CardDashboardItem.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
[DefaultValue(null)]
public CardLayout Layout { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Card |
null | A Card |
#Remarks
The Layout property allows you to create a custom card layout. To learn more, refer to the CardCustomLayoutTemplate class description.
See Also