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

CardRowDataElement(CardRowDataElementType, CardHorizontalAlignment, Nullable<Single>) Constructor

Initializes a new instance of the CardRowDataElement class.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public CardRowDataElement(
    CardRowDataElementType valueType,
    CardHorizontalAlignment horizontalAlignment,
    float? fontSize
)

Parameters

Name Type Description
valueType CardRowDataElementType

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

horizontalAlignment CardHorizontalAlignment

A CardHorizontalAlignment value that specifies the horizontal alignment of a visual element within a card layout row.

fontSize Nullable<Single>

A Color value that specifies the element’s color.

See Also