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

TcxCustomEditStyle.AssignedValues Property

Specifies which style properties are assigned via the TcxCustomEditStyle class.

#Declaration

Delphi
property AssignedValues: TcxEditStyleValues read; write;

#Property Value

Type
TcxEditStyleValues

#Remarks

The AssignedValues property is a set of flags demonstrating which style properties were set by a user at design time or programmatically. AssignedValues controls whether values for style properties are obtained from the current TcxCustomEditStyle instance or from the style controller, which can be set via the StyleController property.

The RestoreDefaults method restores the default values of the assigned style attributes and clears all the flags in the AssignedValues property of the current TcxCustomEditStyle object.

See Also