Copies the common settings for the current control instance from another control instance.

Namespace:  DlhSoft.Web.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

C#
public virtual void CopyCommonSettings(
	GanttChartView source
)
Visual Basic (Declaration)
Public Overridable Sub CopyCommonSettings ( _
	source As GanttChartView _
)

Parameters

source
Type: DlhSoft.Web.UI.WebControls..::.GanttChartView
The control instance to copy common settings from.

See Also