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

TcxCustomEdit.StyleDisabled Property

Determines the style of a disabled editor.

Declaration

property StyleDisabled: TcxEditStyle read; write;

Property Value

Type
TcxEditStyle

Remarks

The StyleDisabled property controls different look & feel attributes of the disabled editor. It allows you to adjust the border and background color, border style and font attributes.

Note

In order to apply similar property values to several edit controls simultaneously you should use the style controller. To apply similar property values to all the edit controls within your application, use the default style controller.

See Also