DataAwareExportOptionsBase Class
In This Article
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 Grid
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.
- DataAwareExportOptionsBase.AllowGrouping, DataAwareExportOptionsBase.GroupState
- DataAwareExportOptionsBase.AllowSortingAndFiltering
- DataAwareExportOptionsBase.ShowGroupSummaries
- DataAwareExportOptionsBase.ShowTotalSummaries
- DataAwareExportOptionsBase.ShowColumnHeaders
#Inheritance
See Also