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

TcxLookAndFeelStyle Enum

Enumerates look & feel styles applied to a DevExpress control.

Declaration

TcxLookAndFeelStyle = (
    lfsFlat,
    lfsStandard,
    lfsUltraFlat,
    lfsNative,
    lfsOffice11,
    lfsSkin
);

Members

Name
lfsFlat
lfsStandard
lfsUltraFlat
lfsNative
lfsOffice11
lfsSkin

Remarks

Options include:

Value Description
lfsFlat The Flat basic style.
lfsStandard The Standard basic style.
lfsUltraFlat The UltraFlat basic style.
lfsNative The native Windows look & feel style. Its appearance depends on the operating system version.
lfsOffice11 The Office11 basic style inspired by Microsoft Office® 2003 applications.
lfsSkin A control’s LookAndFeel.SkinName property or the global skin name setting defines the control’s appearance.

A control’s LookAndFeel.ActiveStyle property references the TcxLookAndFeelStyle type.

See Also