Gets or sets the allocation update scale to be used for setting units values during drag and drop operations in the Schedule Chart of the ScheduleChartResourceListView control. This is a dependency property.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)

Syntax

C#
[BindableAttribute(true)]
public ScheduleChartViewAllocationUpdateScale AllocationUpdateScale { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property AllocationUpdateScale As ScheduleChartViewAllocationUpdateScale

See Also