CardCustomLayoutTemplate.Layout Property
Provides access to settings related to the layout of cards for the CardDashboardItem.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v20.2.Core.dll
Declaration
[DefaultValue(null)]
public CardLayout Layout { get; set; }
<DefaultValue(Nothing)>
Public Property Layout As CardLayout
Property Value
Type | Default | Description |
---|---|---|
CardLayout | null |
A CardLayout object containing settings related to the layout of cards for the CardDashboardItem. |
Remarks
The Layout property allows you to create a custom card layout. To learn more, refer to the CardCustomLayoutTemplate class description.
See Also
Feedback