ExtraCellsOptions.Assign(BaseOptions) Method
Copies all the settings from the ExtraCellsOptions object passed as a parameter.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v26.1.Reporting.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| options | BaseOptions | A collection whose elements are copied to the current object. If null (Nothing in Visual Basic), then a ArgumentNullException will be thrown. |
Remarks
The Assign method allows the settings of the specified ExtraCellsOptions object to be copied to the current ExtraCellsOptions object.
See Also