Skip to main content

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

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