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.

The DragResourceThumb..::.CompletingDragEventArgs type exposes the following members.

Constructors

  NameDescription
DragResourceThumb..::.CompletingDragEventArgs
Initializes a new instance of the DragResourceThumb..::.CompletingDragEventArgs class.

Methods

  NameDescription
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
InvokeEventHandler (Inherited from RoutedEventArgs.)
MemberwiseClone (Inherited from Object.)
OnSetSource (Inherited from RoutedEventArgs.)
ToString (Inherited from Object.)

Properties

  NameDescription
Cancel
Gets or sets a value indicating whether the drag operation should be canceled.
Handled (Inherited from RoutedEventArgs.)
HoveredItem
Gets or sets the resource item over which the source item is being dragged.
Item
Gets or sets the resource item being dragged.
OriginalSource (Inherited from RoutedEventArgs.)
RoutedEvent (Inherited from RoutedEventArgs.)
Source (Inherited from RoutedEventArgs.)
ToIndex
Gets or sets the target index where the resource item will be moved.
WithChildren
Gets or sets a value indicating whether child resources should also be moved with the parent resource.

See Also