Skip to main content
All docs
V19.1

ASPxGanttTaskMappingInfo.Assign(PropertiesBase) Method

Copies the public properties from the specified object to the current one.

Namespace: DevExpress.Web.ASPxGantt

Assembly: DevExpress.Web.ASPxTreeList.v19.1.dll

Declaration

public override void Assign(
    PropertiesBase source
)

Parameters

Name Type Description
source PropertiesBase

An object whose public properties are copied to the current object.

See Also