Skip to main content

cxDefaultLookAndFeelNativeStyle Constant

Specifies the initial native style usage flag for DevExpress controls.

Declaration

const cxDefaultLookAndFeelNativeStyle = False;

Remarks

The native style uses operating system-dependent draw routines to display control content and UI elements. Skins and palettes have no effect on all DevExpress controls that use the native style.

Note

The TdxRibbon control never uses the native style. If the application does not use DevExpress skins through the TdxSkinController component, the TdxRibbon control uses one of its built-in skins.

The cxDefaultLookAndFeelNativeStyle global constant value is True or False if the following option is checked or unchecked in the DevExpress component installer:

VCL Shared Libraries: The Global Native Style Usage Installer Option

Affected DevExpress Component Options

The cxDefaultLookAndFeelNativeStyle global constant defines the default value for the following properties:

TcxLookAndFeel.NativeStyle
Specifies if the affected control uses operating system-dependent draw routines to display its content and UI elements.
TcxLookAndFeelController.NativeStyle
Specifies if all forms and DevExpress controls in an application use operating system-dependent draw routines to render all UI elements.
See Also