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

TcxEditStyleController.Style Property

Specifies the style attributes provided by the current style controller for editors in the normal state.

Declaration

property Style: TcxEditStyle read; write;

Property Value

Type
TcxEditStyle

Remarks

Use the Style property to specify the normal 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.Style property.

See Also