A newer version of this page is available.
Switch to the current version.
IDataAwareExportableCsv Interface
Implemented by List Editors that support data-aware export to the CSV format.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v18.2.dll
Declaration
public interface IDataAwareExportableCsv :
IDataAwareExportable
Public Interface IDataAwareExportableCsv
Inherits 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 CSV format. For other List Editors that do not implement IDataAwareExportableCsv, the WYSIWYG export type is used.
See Also
Feedback