Skip to main content
.NET 6.0+

IDataAwareExportableXls Interface

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

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public interface IDataAwareExportableXls :
    IDataAwareExportable

Remarks

Built-in List Editors that implement this interface are GridListEditor and ASPxGridListEditor. For these classes, the DataAware ExportType is used by default when exporting to the XLS format. For other List Editors that do not implement IDataAwareExportableXls, the WYSIWYG export type is used.

See Also