Skip to main content

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

public interface IDataAwareExportableXlsx :
    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