GanttControlNode.Assign(GanttControlNode) Method
Assigns the specified object’s property values to the current object’s corresponding properties.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v25.1.dll
NuGet Package: DevExpress.Win.Gantt
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| node | GanttControlNode | The object whose property values to assign to the current object’s corresponding properties. |
See Also