CardRow.Elements Property
In This Article
Provides access to a collection of CardRowElementBase descendants that are a card’s visual elements.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
[DefaultValue(null)]
public CardElementCollection Elements { get; }
#Property Value
Type | Default | Description |
---|---|---|
Card |
null | A Card |
See Also