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

TcxLookAndFeelController.NativeStyle Property

Specifies if all DevExpress controls in an application use the native Windows look & feel style by default.

Declaration

property NativeStyle: Boolean read; write; default cxDefaultLookAndFeelNativeStyle;

Property Value

Type Default
Boolean cxDefaultLookAndFeelNativeStyle

Remarks

Set this property to False to apply a skin or basic look & feel style to all controls instead of the native style. The LookAndFeel.NativeStyle property of an individual control overrides the NativeStyle property.

Enclose code that performs a series of look & feel changes between the BeginUpdate and EndUpdate procedure calls to avoid excessive redraw operations.

Note

Alternatively, you can use the NativeStyle property accessible via a RootLookAndFeel global function call.

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

See Also