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

TcxContainerStyle Class

Contains the style settings applied to the associated container control.

Declaration

TcxContainerStyle = class(
    TcxInterfacedPersistent,
    IdxSkinSupport
)

Remarks

This class does not introduce any new properties or methods that control the appearance of the associated container control, instead it merely publishes the properties of the TcxCustomContainerStyle class instead.

The TcxContainerStyle class represents the type of the Style property in the TcxContainer class which provides the base functionality for all ExpressEditors.

Implements

See Also