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
Declaration
public CardRowDataElementType ValueType { get; set; }
Public Property ValueType As CardRowDataElementType
Property Value
Type | Description |
---|---|
CardRowDataElementType | A CardRowDataElementType object that specifies the type of a value displayed within a card layout row. |
See Also
Feedback