New to Telerik UI for WPFStart a free 30-day trial

Provides context for drag drop operations in RadTaskBoard.

Definition

Namespace:Telerik.Windows.Controls.TaskBoard

Assembly:Telerik.Windows.Controls.dll

Syntax:

C#
public class TaskBoardColumnDragDropState : DragDropState

Inheritance: objectDragDropStateTaskBoardColumnDragDropState

Inherited Members DragDropState.DraggedItemsDragDropState.DestinationItemsSourceDragDropState.SourceItemsSourceDragDropState.IsControlDownDragDropState.IsShiftDownDragDropState.IsSameControlDragDropState.InsertIndexDragDropState.DropPosition...

Constructors

C#
public TaskBoardColumnDragDropState()

Properties

Gets the target drop column.

C#
public TaskBoardColumn TargetColumn { get; }