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

TcxCustomCurrencyEditProperties.AssignedValues Property

Specifies what common editor settings are defined at the level of the currency editor.

#Declaration

Delphi
property AssignedValues: TcxCurrencyEditPropertiesValues read; write;

#Property Value

Type Description
TcxCurrencyEditPropertiesValues

Stores flags that indicate common editor settings defined at the current level.

#Remarks

You can use the AssignedValues property to track setting changes at the editor level and reset individual settings. If a setting is marked as modified, the editor uses its corresponding property value. Otherwise, the editor uses the default value or inherits the corresponding global setting from the global level.

See Also