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

TcxLookAndFeelValues Type

A set of flags that correspond to individual look & feel settings.

#Declaration

Delphi
TcxLookAndFeelValues = set of TcxLookAndFeelValue;

#Referenced Class

Type Description
TcxLookAndFeelValue

A flag that corresponds to an individual look & feel setting.

#Remarks

Look & feel setting flags allow you to track corresponding setting changes at the control level and reset individual look & feel settings. If a flag is set, the corresponding look & feel setting affects the target control instead of the same setting at the global or parent level.

A TcxLookAndFeelValues value can include any TcxLookAndFeelValue flags in any combination.

#Direct TcxLookAndFeelValues Type Reference

The TcxLookAndFeel.AssignedValues property references the TcxLookAndFeelValues type.

See Also