Skip to main content

CardLayoutTemplateDataElement.ValueType Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public CardRowDataElementType ValueType { get; set; }

Property Value

Type Description
CardRowDataElementType

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

See Also