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

TcxLookAndFeelController.RenderMode Property

Specifies the default render mode for all DevExpress controls in an application.

Declaration

property RenderMode: TdxRenderMode read; write; default rmDefault;

Property Value

Type Default Description
TdxRenderMode rmDefault

Enumerates available render modes.

Remarks

This property affects only controls with support for more than one render mode. A control uses GDI as a fallback mode if the control fails to switch to the specified mode or does not support it.

Set the RenderMode property to rmDirectX or rmGDI to enable the DirectX or GDI render mode at the global level. The LookAndFeel.RenderMode property of an individual control overrides the RenderMode property.

The cxDefaultLookAndFeelRenderMode global constant value determines the render mode at the global level if the RenderMode property is set to rmDefault.

Note

Alternatively, you can use the RenderMode property available in global look & feel settings.

The RenderMode property’s default value is rmDefault.

See Also