TcxStyle.AssignedValues Property
In This Article
Determines which style attributes are assigned.
#Declaration
Delphi
property AssignedValues: TcxStyleValues read; write; default [];
#Property Value
Type |
---|
Tcx |
#Remarks
The AssignedValues property consists of a set of flags controlling which style attributes are used to render elements of a specific control. When the Color, Font or TextColor properties are assigned, the corresponding flags in AssignedValues are enabled, thus specifying that these attributes are used when drawing a control element. If any flag in AssignedValues is not enabled, the value of the corresponding attribute is not used when drawing.
See Also