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

TcxDefaultEditStyleController.StyleHot Property

Specifies the default style settings for hot-tracked editors.

Declaration

property StyleHot: 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 hot-tracked editor, use the editor’s StyleHot property.

See Also