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

TcxContainer.Style Property

Provides access to the TcxContainerStyle object containing the normal state settings for the container control.

Declaration

property Style: TcxContainerStyle read; write;

Property Value

Type
TcxContainerStyle

Remarks

The Style property provides access to the TcxContainerStyle object that contains the style settings applied to the container control in the normal state. You can use its properties to specify the border color, border style, background color, font settings and look & feel of the container which are accessible via the corresponding properties.

Note

To customize the style settings that are used for drawing the container control in states other than the normal one, such as disabled, focused or hot-tracked, use the StyleDisabled, StyleFocused and StyleHot properties, respectively.

See Also