TcxStyleController.Styles Property
In This Article
Provides access to the styles assigned to the current style controller.
#Declaration
Delphi
property Styles[AState: TcxContainerStateItem]: TcxContainerStyle read; write;
#Property Value
Type |
---|
Tcx |
#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