Skip to main content

CardLayout.Rows Property

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
CardRowCollection null

A CardRowCollection object containing a collection of CardRow objects.

See Also