cxDefaultLookAndFeelNativeStyle Constant
Specifies the initial native style usage flag for DevExpress controls.
#Declaration
Delphi
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 Tdx
#Related Installer Option
The cxDefaultLookAndFeelNativeStyle
global constant value is True
or False
if the following option is checked or unchecked in the DevExpress component installer:
#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.
- TcxCustomLookAndFeelController.NativeStyle
- Specifies if all forms and DevExpress controls in an application use operating system-dependent draw routines to render all UI elements.
See Also