Skip to main content
You are viewing help content for a version that is no longer maintained/updated.

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