CardLayout.Rows Property
In This Article
Gets a collection of CardRow objects that are rows in the CardDashboardItem‘s layout.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
[DefaultValue(null)]
public CardRowCollection Rows { get; }
#Property Value
Type | Default | Description |
---|---|---|
Card |
null | A Card |
See Also