Skip to main content

TcxEditingControl.Styles Property

Specifies the set of styles that define the appearance of control elements.

Declaration

property Styles: TcxCustomControlStyles read; write;

Property Value

Type
TcxCustomControlStyles

Remarks

Use this property to access the set of styles defining elements’ appearance. This set is expanded when the Styles property is re-defined by TcxEditingControl descendants. In the base class, the Styles set includes a style defining the appearance of the current control background. In this class, the style collection contains styles for cell contents, the selection bar and other control elements.

See Also