vcl-cxlookandfeels-dot-tcxlookandfeel-0513bb52.md
Specifies the render mode for a control.
property RenderMode: TdxRenderMode read; write;
| Type | Description |
|---|---|
| TdxRenderMode |
The active render mode.
|
Set the RenderMode property to rmDirectX, rmGDIPlus, or rmGDI to explicitly enable the corresponding render mode at the level of an individual control.
The RenderMode property affects only the following controls that support more than one render mode:
VCL Chart ControlAllows you to visualize data as bar, area, line, pie, and doughnut series with multiple chart appearance customization options.VCL Tile ControlsTdxTileControl and TdxTileBar controls allow you to create touch-friendly user interfaces inspired by Microsoft Windows® 8.VCL Gallery Control
A gallery control is designed to display a set of items categorized into groups and arranged into rows and columns. Gallery controls include:
TdxGalleryControlA gallery control.TdxColorGalleryAn unbound color gallery control.TdxDBColorGalleryA data-aware color gallery control.VCL List View ControlA list view control allows users to arrange items in groups and columns horizontally or vertically. Each item can show its caption, subitems, images, check box, and hint.VCL Gantt ControlA project management tool that allows users to schedule activities related to project goals.
All other DevExpress controls always use the GDI render mode (rmGDI).
The RenderMode property’s default value is rmDefault.
The default RenderMode property value indicates that the global render mode setting is applied to a DevExpress control that supports more than one render mode. You can add a TdxSkinController component and use its RenderMode property to change the active render mode at the application level.
See Also