Skip to main content
All docs
V19.2

GanttSettingsTaskList.Assign(GanttSettingsBase) Method

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

Namespace: DevExpress.Web.ASPxGantt

Assembly: DevExpress.Web.ASPxGantt.v19.2.dll

Declaration

public override void Assign(
    GanttSettingsBase source
)

Parameters

Name Type Description
source GanttSettingsBase

The settings.

See Also