DocumentExporterOptions Class
In This Article
Represents the base class for options used for saving (exporting) documents in different formats.
Namespace: DevExpress.XtraSpreadsheet.Export
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
public abstract class DocumentExporterOptions :
SpreadsheetNotificationOptions,
IExporterOptions,
ISupportsCopyFrom<IExporterOptions>
#Implements
DevExpress.Office.ISupportsCopyFrom<IExporterOptions>
#Inheritance
Show 17 items
Object
ViewStatePersisterCore
BaseOptions
DevExpress.XtraSpreadsheet.SpreadsheetNotificationOptions
DocumentExporterOptions
See Also