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

TcxCustomEdit.Style Property

Determines the style of an editor in the normal state.

Declaration

property Style: TcxEditStyle read; write;

Property Value

Type
TcxEditStyle

Remarks

The Style property controls the different look & feel attributes of the editor in the normal state. It allows you to adjust the border and background color, border style, font and many other properties.

Note

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

See Also