Back to Devexpress

TcxLookAndFeel.AssignedValues Property

vcl-cxlookandfeels-dot-tcxlookandfeel-ad941af4.md

latest2.5 KB
Original Source

TcxLookAndFeel.AssignedValues Property

Specifies what look & feel settings affect an individual DevExpress control.

Declaration

delphi
property AssignedValues: TcxLookAndFeelValues read; write;

Property Value

TypeDescription
TcxLookAndFeelValues

The set of flags that correspond to look & feel settings modified at the current level.

|

Remarks

You can use the AssignedValues property to track look & feel setting changes at the current hierarchy level and reset individual font settings. If a flag is present in the AssignedValues property value, the corresponding font setting is in effect at the control level. Otherwise, the control inherits the corresponding look & feel setting from the global level.

Look & Feel Setting Modification Flags

The AssignedValues property value can include any number of the following flags in any combination:

ValueAssigned PropertyDescription
lfvKindKindA deprecated look & feel style is defined at the control level.
lfvNativeStyleNativeStyleThe operating system-dependent look & feel style is enabled or disabled at the control level.
lfvRenderModeRenderModeA different render mode is set at the control level. This flag has no effect on controls that support only the GDI render mode.
lfvScrollbarModeScrollbarModeTouch-friendly scrollbars are enabled or disabled at the control level.
lfvScrollModeScrollModeA specific scrollbar type is selected at the control level. This flag has no effect on controls that support only classic scrollbars.
lfvSkinNameSkinNameA skin is applied at the control level.

Default Value

The AssignedValues property’s default value is [].

See Also

TcxLookAndFeel Class

TcxLookAndFeel Members

cxLookAndFeels Unit