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

TcxLookAndFeelValues Type

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

Declaration

TcxLookAndFeelValues = set of TcxLookAndFeelValue;

Referenced Class

Type
TcxLookAndFeelValue

Remarks

Individual TcxLookAndFeelValue flags in a TcxLookAndFeelValues indicate if the corresponding look & feel settings differ from default values.

A control’s LookAndFeel.AssignedValues property references the TcxLookAndFeelValues type.

See Also