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

TcxDefaultEditStyleController.StyleFocused Property

Specifies the default style settings for focused editors.

Declaration

property StyleFocused: TcxEditStyle read; write;

Property Value

Type Description
TcxEditStyle

Contains style settings for editors in a specific state.

Remarks

Refer to the TcxEditStyle class description for information on available options.

Note

To define style settings for a focused editor, use the editor’s StyleFocused property.

See Also