Represents a thumb control that allows updating vertical position of resources in the managed hierarchy by drag and drop operations in ScheduleChartDataGrid control. Supports hierarchical resources where a resource can have a parent, and parent resources can be moved vertically.

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

Syntax

C#
public class DragResourceThumb : Control
Visual Basic (Declaration)
Public Class DragResourceThumb _
	Inherits Control

Inheritance Hierarchy

System..::.Object
  System.Windows.Threading..::.DispatcherObject
    System.Windows..::.DependencyObject
      System.Windows.Media..::.Visual
        System.Windows..::.UIElement
          System.Windows..::.FrameworkElement
            System.Windows.Controls..::.Control
              DlhSoft.Windows.Controls..::.DragResourceThumb

See Also