Back to Devexpress

BaseView.ExportToCsv(Stream) Method

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-baseview-dot-exporttocsv-x28-system-dot-io-dot-stream-x29.md

latest1.4 KB
Original Source

BaseView.ExportToCsv(Stream) Method

Exports the control’s data to the specified stream in CSV format.

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
public void ExportToCsv(
    Stream stream
)
vb
Public Sub ExportToCsv(
    stream As Stream
)

Parameters

NameTypeDescription
streamStream

A Stream to which the control is exported.

|

Remarks

This method is equivalent to the GridControl.ExportToCsv method.

See Also

BaseView Class

BaseView Members

DevExpress.XtraGrid.Views.Base Namespace