Skip to main content
A newer version of this page is available. .

CardLayout.Rows Property

Gets a collection of CardRow objects that are rows in the CardDashboardItem‘s layout.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.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