vcl-cxlookandfeels-38354426.md
Specifies the default render mode for DevExpress controls at the application level.
const cxDefaultLookAndFeelRenderMode = rmGDI;
The cxDefaultLookAndFeelRenderMode global constant defines the active render mode at the application level if a TdxSkinController component’s RenderMode property is set to rmDefault.
Only the following controls 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) and ignore render mode settings.
See Also