TcxCustomContainerStyle Type
Represents the style settings which can be applied to the associated container control.
Declaration
TcxCustomContainerStyle = TcxContainerStyle;
Referenced Class
Type |
---|
TcxContainerStyle |
Remarks
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