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

TcxDefaultEditStyleController Class

A style controller that stores default styles for editors.

#Declaration

Delphi
TcxDefaultEditStyleController = class(
    TcxScalableComponent
)

#Remarks

A default style controller is a non-visual component that stores default appearance settings of individual states (normal, focused, read-only, etc.) for all editors in an application.

#Main API Members

The list below outlines key members of the TcxDefaultEditStyleController class that allow you to define default editor appearance.

Style | StyleDisabled | StyleFocused | StyleHot | StyleReadOnly
Allow you to define individual default appearance settings for different states of all editors in an application. These settings affect only those editors whose state style settings are unspecified.
Styles
Provides access to individual default styles applied to editors in different states.
OnStyleChanged
Allows you to respond to default editor appearance setting changes.
RestoreStyles
Restores all default style settings for all editor states.
See Also