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

TcxDefaultEditStyleController.StyleDisabled Property

Specifies the default style settings for disabled editors.

Declaration

property StyleDisabled: 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 disabled editor, use the editor’s StyleDisabled property.

See Also