Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxStyleController.Styles Property

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

#Declaration

Delphi
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