TcxContainerStyle.StyleController Property
In This Article
Specifies the source of style settings.
#Declaration
Delphi
property StyleController: TcxStyleController read; write;
#Property Value
Type | Description |
---|---|
Tcx |
The source style controller component. |
#Remarks
You can use the StyleController
property to associate the base style with a style controller component (a TcxStyleController descendant instance).
Tip
You can use the Style.Style
property to associate a style controller with another style controller.
See Also