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

cxGridFooterCellIndent Constant

Specifies the indent when exporting the grid control with footer and group footer cells to various formats.

#Declaration

Delphi
const cxGridFooterCellIndent: Integer = 0;

#Returns

Type
Integer

#Remarks

Use this constant to specify the indent that is used to mark footer and group footer cells in the exported file so that they appear similar to the cells in the grid control. When exporting to a file in the Microsoft Excel format, footer and group cell indents are made up with additional columns and rows. When exporting to CSV or TXT files, the additional columns are replaced with separator characters.

The image below shows a sample grid control exported to the Microsoft Excel format.

The following table shows the examples of exported data using various values for the cxGridFooterCellIndent constant.

Value Sample Output
0
2

Note

The cxGridFooterCellIndent constant has no effect on the ExportGridDataToCSV and ExportGridDataToText methods, which export only the cell content, ignoring the layout and style information.

See Also