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

CardLayoutTemplateDataElement.ValueType Property

Gets or sets the type of 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

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