TcxLookAndFeelStyle Enum
Enumerates look & feel style types available for DevExpress controls.
#Declaration
TcxLookAndFeelStyle = (
lfsFlat,
lfsStandard,
lfsUltraFlat,
lfsNative,
lfsOffice11,
lfsSkin
);
#Members
Name | Description |
---|---|
lfs
|
Deprecated. The Flat basic style imitates the appearance of UI elements in Microsoft Windows® 2000 and earlier operating systems. |
lfs
|
Deprecated. The Standard basic style imitates the appearance of UI elements in Microsoft Windows® XP. |
lfs
|
Deprecated. The Ultra |
lfs
|
The native look & feel style. You can apply this style to DevExpress controls to use the operating system’s draw routines to render UI elements. Note The native look & feel style has the highest priority when enabled. |
lfs
|
Deprecated. The |
lfs
|
Recommended. A DevExpress skin is applied to a control. You can use the Skin |
#Remarks
All DevExpress controls support raster and vector skins, operating system-dependent drawing routines (native style), and multiple built-in deprecated styles.
#Direct TcxLookAndFeelStyle Type References
The TcxLookAndFeelStyles type references the TcxLookAndFeelStyle
type.