Skip to main content

XlsExportOptionsBase.Assign(ExportOptionsBase) Method

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 ExportOptionsBase

A XlsExportOptionsBase object (which is the ExportOptionsBase descendant) whose settings are assigned to the current object.

Remarks

Important

This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.

The Assign method allows the settings of the specified XlsExportOptionsBase object to be copied to the current XlsExportOptionsBase object.

See Also