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

TcxLookAndFeel Class

Stores appearance settings of a DevExpress control.

Declaration

TcxLookAndFeel = class(
    TcxInterfacedPersistent,
    IcxLookAndFeelNotificationListener,
    IcxLookAndFeelNotificationListener2
)

Remarks

Look & feel settings arrange into at least three levels of hierarchy to determine the appearance of all DevExpress controls in an application:

The TcxLookAndFeel class has the following members that allow you to:

  • Disable or enable the Windows native look & feel style (NativeStyle).

  • Switch between basic look & feel styles (Kind).

  • Select the active skin (SkinName).

  • Switch between classic and smooth scroll modes (ScrollMode).

  • Speed up performance in case of batch look & feel setting changes (BeginUpdate and EndUpdate).

  • Switch between available render modes (RenderMode).

  • Track changes made to look & feel settings (OnChanged).

  • Switch between classic, touch-friendly and hybrid scrollbars (ScrollbarMode).

  • Specify the source of default look & feel settings at the current hierarchy level (MasterLookAndFeel).

  • Access the active look & feel painter (Painter).

  • Specify if individual look & feel settings are enabled at the current level or reset them (AssignedValues and Reset).

The following public API members reference a TcxLookAndFeel object:

See Also