Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomCurrencyEdit.Value Property

Specifies the currency editor’s edit value as a floating-point value.

#Declaration

Delphi
property Value: Double read; write;

#Property Value

Type Description
Double

The currency editor’s floating-point value.

#Remarks

All editors use the EditValue property to store their Variant edit value.

You can use the Value property to specify a floating-point number as the currency editor’s edit value. The Value property maps to the EditValue property. If the EditValue property value is Null Variant, the Value property returns 0.

See Also