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

CardRow.Elements Property

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

Namespace: DevExpress.DashboardCommon

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

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