Skip to main content

IDataAwareExportableCsv Interface

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

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v25.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public interface IDataAwareExportableCsv :
    IDataAwareExportable

Remarks

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

See Also