GanttSettingsBase.Assign(GanttSettingsBase) Method
Copies the settings of the specified object to the current one.
Namespace: DevExpress.Web.ASPxGantt
Assembly: DevExpress.Web.ASPxGantt.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| source | GanttSettingsBase | The settings. |
Remarks
Using this method allows you to have two objects with identical common properties.
If the source and destination objects are instances of different GanttSettingsBase descendants, then the Assign method copies only the properties common to both descendants.
See Also