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

CardCustomDisplayTextEventArgs.Value Property

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

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v19.1.Win.dll

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