Skip to main content
A newer version of this page is available. .

TcxStyle.AssignedValues Property

Determines which style attributes are assigned.

Declaration

property AssignedValues: TcxStyleValues read; write; default [];

Property Value

Type
TcxStyleValues

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