Skip to main content

TcxContainerStyle.Container Property

Provides access to the affected control.

Declaration

property Container: TcxContainer read;

Property Value

Type Description
TcxContainer

The affected control.

To access all public API members of the affected control, cast the Container property value to the corresponding TcxContainer class descendant.

Tip

Call the Container.ClassType function to identify the actual type of the affected control.

See Also