GanttMappings.Assign(PropertiesBase) Method
In This Article
Copies the settings of the specified object to the current one.
Namespace: DevExpress.Web.ASPxGantt
Assembly: DevExpress.Web.ASPxGantt.v24.2.dll
#Declaration
public override void Assign(
PropertiesBase source
)
#Parameters
Name | Type | Description |
---|---|---|
source | Properties |
An object whose settings are assigned to the current object. |
See Also