Skip to main content
All docs
V26.1
  • GanttTaskResourceMappingInfo.Assign(PropertiesBase) Method

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

    Namespace: DevExpress.Web.ASPxGantt

    Assembly: DevExpress.Web.ASPxGantt.v26.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