Skip to main content

TcxCustomCurrencyEditProperties.AssignedValues Property

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

Declaration

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