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

TcxEditStyle Class

Represents the properties controlling the editor’s look & feel in the normal state.

Declaration

TcxEditStyle = class(
    TcxCustomEditStyle
)

Remarks

This class contains the style attributes for popup editors such as TcxCustomPopupEdit in their normal state. It publishes the ButtonStyle, ButtonTransparency, PopupBorderStyle, TextColor and TextStyle properties which define the style of editor buttons and the popup window associated with the edit control.

TcxEditStyleController provides the Style property of class TcxEditStyle and this allows the same appearance style to be specified for several editors in the normal state.

Refer to the TcxCustomEditStyle topic to learn about style adjustment.

See Also