Skip to main content

TcxCustomEditStyle.ActiveStyleController Property

Identifies the style controller which manages the appearance of an editor.

Declaration

property ActiveStyleController: TcxEditStyleController read;

Property Value

Type
TcxEditStyleController

Remarks

Use the ActiveStyleController property to get the style controller (TcxEditStyleController or TcxDefaultEditStyleController descendant) which actually manages the style of the editor and defines the style properties common to several editor controls.

See the Editor Style and StyleControllers topic for detailed information about style controllers.

See Also