Skip to main content
All docs
V19.1

ASPxGanttTaskResourceAssignmentMappingInfo.Assign(PropertiesBase) Method

Copies the settings of the specified object to the current object.

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 settings are assigned to the current object.

See Also