Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

cxExportGraphicClass Constant

Specifies the graphic class type used to generate external or inline images for exported data.

#Declaration

Delphi
const cxExportGraphicClass: TGraphicClass = TBitmap;

#Returns

Type Description
TGraphicClass

The class-reference to the target graphic class.

#Remarks

Use the cxExportGraphicClass global constant to define the format for external or inline images generated as a part of a data export operation from a DevExpress container control (that is, Data Grid, Tree List, Pivot Grid, or Vertical Grid). This global constant affects data export operations only in those formats that use external or inline images (XML or HTML, for instance).

For example, you can set the cxExportGraphicClass constant to the TMetafile or TJPEGImage class to reduce the storage size for generated external images.

Note

Data export operations in DevExpress controls never create duplicate images.

See Also