Skip to main content

TcxLookAndFeelController.NativeStyle Property

Specifies if all forms and DevExpress controls in an application use operating system-dependent draw routines to render all UI elements.

Declaration

property NativeStyle: Boolean read; write; default cxDefaultLookAndFeelNativeStyle;

Property Value

Type Default Description
Boolean cxDefaultLookAndFeelNativeStyle

True if application forms and DevExpress controls use operating system-dependent draw routines; otherwise, False.

Remarks

Set the NativeStyle property to True or False to enable or disable the operating system-dependent style for your application. The LookAndFeel.NativeStyle property of an individual control has priority over the NativeStyle property.

Important

A skin whose name is assigned to the SkinName property affects all application forms and DevExpress controls only if the NativeStyle property is set to False.

Default Value

The NativeStyle property’s default value is the cxDefaultLookAndFeelNativeStyle global constant.

See Also