TcxContainer.Styles Property
Provides access to the styles assigned to the container control.
Declaration
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