TcxLookAndFeelValues Type
A set of flags that correspond to individual look & feel settings.
Declaration
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