Back to Devexpress

IDataAwareExportableCsv Interface

expressappframework-devexpress-dot-expressapp-dot-systemmodule-b5cef91b.md

latest1.8 KB
Original Source

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

csharp
public interface IDataAwareExportableCsv :
    IDataAwareExportable
vb
Public Interface IDataAwareExportableCsv
    Inherits 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

IDataAwareExportableCsv Members

IDataAwareExportable

IDataAwareExportableXls

IDataAwareExportableXlsx

DevExpress.ExpressApp.SystemModule Namespace