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

TcxContainer.Styles Property

Provides access to the styles assigned to the container control.

#Declaration

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

#Property Value

Type
TcxContainerStyle

#Remarks

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

See Also