Skip to main content

CardRow.Elements Property

Provides access to a collection of CardRowElementBase descendants that are a card’s visual elements.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(null)]
public CardElementCollection Elements { get; }

Property Value

Type Default Description
CardElementCollection null

A CardElementCollection object containing CardRowElementBase descendants that are a card’s visual elements.

See Also