Skip to main content

CardRowDataElement.ValueType Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.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