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

TcxControl.LookAndFeel Property

Provides access to the control’s look & feel settings.

Declaration

property LookAndFeel: TcxLookAndFeel read; write;

Property Value

Type
TcxLookAndFeel

Remarks

Use this property to determine the control’s appearance and response to end-user actions. Refer to the TcxLookAndFeel class description for detailed information on all available options.

See Also