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
Declaration
[DefaultValue(CardRowDataElementType.DimensionValue)]
public CardRowDataElementType ValueType { get; set; }
<DefaultValue(CardRowDataElementType.DimensionValue)>
Public Property ValueType As CardRowDataElementType
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
Feedback