TcxContainerStyle.ActiveStyleController Property
In This Article
Provides access to the active style controller component.
#Declaration
Delphi
property ActiveStyleController: TcxStyleController read;
#Property Value
Type | Description |
---|---|
Tcx |
The active style controller. |
#Remarks
You can use the StyleController property to specify a style controller component as a source of style settings for the base style.
See Also