Skip to main content
A newer version of this page is available. .

TcxDefaultEditStyleController.Styles Property

Provides access to the styles stored in the default style controller.

Declaration

property Styles[AState: TcxContainerStateItem]: TcxCustomEditStyle read; write;

Property Value

Type Description
TcxCustomEditStyle

Contains style settings for editors in a specific state.

Remarks

The Styles property allows you to access default style settings for editors in normal, disabled, focused, and hot-tracked states.

Refer to the TcxContainerStateItem type description for information on available options.

See Also