Back to Devexpress

IDataAwareExportableXls Interface

expressappframework-devexpress-dot-expressapp-dot-systemmodule-62c343d0.md

latest1.8 KB
Original Source

IDataAwareExportableXls Interface

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

Namespace : DevExpress.ExpressApp.SystemModule

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

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

Remarks

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

See Also

IDataAwareExportableXls Members

IDataAwareExportable

IDataAwareExportableCsv

IDataAwareExportableXlsx

DevExpress.ExpressApp.SystemModule Namespace