TcxContainerStyle.ActiveStyleController Property
Provides access to the active style controller component.
Declaration
property ActiveStyleController: TcxStyleController read;
Property Value
Type | Description |
---|---|
TcxStyleController | 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