LayoutControl.ExportToCsv(String) Method
Exports the control’s data to the specified file in CSV format.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
filePath | String | The full path to the CSV file. |
See Also