Skip to main content

TcxStyleController.Styles Property

Provides access to the styles assigned to the current style controller.

Declaration

property Styles[AState: TcxContainerStateItem]: TcxContainerStyle read; write;

Property Value

Type
TcxContainerStyle

Remarks

Each style corresponds to a particular control state such as normal, disabled, etc. (see the TcxContainerStateItem type description for details). The Styles property provides access to the specific style which is assigned to the current style controller and matches the control state specified by the AState parameter.

See Also