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

TcxEditStyleController.StyleDisabled Property

Specifies the style attributes provided by the current style controller for disabled editors.

Declaration

property StyleDisabled: TcxEditStyle read; write;

Property Value

Type
TcxEditStyle

Remarks

Use the StyleDisabled property to specify the disabled state’s style attributes applied via the style controller to several editors. To redefine individual style attributes you need to assign values to the corresponding properties via the TcxCustomEdit.StyleDisabled property.

See Also