Back to Devexpress

IDataAwareExportableXlsx Interface

expressappframework-devexpress-dot-expressapp-dot-systemmodule-a925cb44.md

latest1.8 KB
Original Source

IDataAwareExportableXlsx Interface

Implemented by List Editors that support data-aware export to the XLSX format.

Namespace : DevExpress.ExpressApp.SystemModule

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public interface IDataAwareExportableXlsx :
    IDataAwareExportable
vb
Public Interface IDataAwareExportableXlsx
    Inherits IDataAwareExportable

Remarks

GridListEditor implements this interface. This class uses the DataAware ExportType when it exports to XLSX format. Other List Editors that do not implement IDataAwareExportableXlsx use the WYSIWYG export type.

See Also

IDataAwareExportableXlsx Members

IDataAwareExportable

IDataAwareExportableCsv

IDataAwareExportableXls

DevExpress.ExpressApp.SystemModule Namespace