CsvExportOptions.Assign(ExportOptionsBase) Method
In This Article
Copies all settings from the options object passed as a parameter.
Namespace: DevExpress.Mobile.Export
Assembly: DevExpress.Mobile.Core.v18.2.dll
#Declaration
public override void Assign(
ExportOptionsBase source
)
#Parameters
Name | Type | Description |
---|---|---|
source | Export |
A Csv |
#Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the Grid
The Assign method allows the settings of the specified CsvExportOptions object to be copied to the current CsvExportOptions object.
See Also