Skip to main content

DataAwareExportOptionsBase Class

Contains options which define how data shaping settings are exported from the grid to XLS and XLSX formats.

Namespace: DevExpress.Mobile.Export

Assembly: DevExpress.Mobile.Core.v18.2.dll

Declaration

public abstract class DataAwareExportOptionsBase :
    XlsExportOptionsBase,
    IDataAwareExportOptions

Remarks

Important

This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.

The DataAwareExportOptionsBase class serves as a base for classes that define XLS or XLSX-specific export options (XlsExportOptions and XlsxExportOptions) and provides the following properties to specify data shaping in the output document.

See Also