Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DocumentExporterOptions Class

Represents the base class for options used for saving (exporting) documents in different formats.

Namespace: DevExpress.XtraSpreadsheet.Export

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

public abstract class DocumentExporterOptions :
    SpreadsheetNotificationOptions,
    IExporterOptions,
    ISupportsCopyFrom<IExporterOptions>

Implements

See Also