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

TcxDefaultEditStyleController.Style Property

Specifies the default style settings for editors.

Declaration

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

See Also