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

CardRowDataElement.ValueType Property

Gets or sets the type for a value displayed within a card layout row.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

[DefaultValue(CardRowDataElementType.DimensionValue)]
public CardRowDataElementType ValueType { get; set; }

Property Value

Type Default Description
CardRowDataElementType **DimensionValue**

A CardRowDataElementType value that specifies the type for a value displayed within a card layout row.

See Also