TcxContainerStyle.StyleController Property
Specifies the source of style settings.
Declaration
property StyleController: TcxStyleController read; write;
Property Value
Type | Description |
---|---|
TcxStyleController | 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.StyleController
property to associate a style controller with another style controller.
See Also