Skip to main content

ExportOptionsBase Class

The base class for objects which define specific export options.

Namespace: DevExpress.Mobile.Export

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

Declaration

[Serializable]
public abstract class ExportOptionsBase :
    BindableObject,
    ICloneable

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 ExportOptionsBase class serves as a base for classes that define specific export options (e.g., TextExportOptionsBase, XlsExportOptionsBase, etc.).

See Also