DataViewBase.ExportToCsv(Stream) Method
For internal use only.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Parameters
Name | Type |
---|---|
stream | Stream |
Remarks
To export grid data to CSV, use the ExportToCsv method of a particular grid view.
See Also