Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomEditStyle.ActiveStyleController Property

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

#Declaration

Delphi
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