Skip to main content

TcxCustomEditStyle.AssignedValues Property

Specifies which style properties are assigned via the TcxCustomEditStyle class.

Declaration

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