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

TcxCustomEdit.Styles Property

Provides access to the styles assigned to the current editor.

Declaration

property Styles[AState: TcxContainerStateItem]: TcxCustomEditStyle read; write;

Property Value

Type
TcxCustomEditStyle

Remarks

Each style corresponds to a particular editor state such as normal, disabled, etc. (see the TcxContainerStateItem type description for details). The Styles property provides access to the specific style which is assigned to the current editor and matches the control state specified by the AState parameter.

See Also