Class
TaskBoardColumnDragDropState

Provides context for drag drop operations in RadTaskBoard.

Definition

Namespace:Telerik.Windows.Controls.TaskBoard

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public class TaskBoardColumnDragDropState : DragDropState

Inheritance: objectDragDropStateTaskBoardColumnDragDropState

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

Constructors

TaskBoardColumnDragDropState()

Declaration

cs-api-definition
public TaskBoardColumnDragDropState()

Properties

TargetColumn

Gets the target drop column.

Declaration

cs-api-definition
public TaskBoardColumn TargetColumn { get; }

Property Value

TaskBoardColumn