vcl-cxcontainer-c0c2b831.md
Represents the style settings which can be applied to the associated container control.
TcxCustomContainerStyle = TcxContainerStyle;
| Type |
|---|
| TcxContainerStyle |
The TcxCustomContainerStyle class introduces properties that control the appearance of the associated container control. The following style characteristics can be modified:
Border color, style and displayed edges (BorderColor, BorderStyle, and Edges);
Background color (Color);
Font (Font);
Displaying shadow (Shadow);
Look & feel (LookAndFeel) - you can either use the native style defined by the operating system or apply one of the three predefined styles;
The TcxCustomContainerStyle class is a base class for the container control and editor styles.
See Also