Skip to main content

CardCustomDisplayTextEventArgs.Value Property

Gets the value(s) corresponding to a card visual element.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

public object Value { get; }

Property Value

Type Description
Object

An object that is the value(s) corresponding to a card visual element.

See Also