Class TaskBoardColumnDragDropState
Provides context for drag drop operations in RadTaskBoard.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.TaskBoard
Assembly: Telerik.Windows.Controls.dll
Syntax
public class TaskBoardColumnDragDropState : DragDropState
Constructors
TaskBoardColumnDragDropState()
Declaration
public TaskBoardColumnDragDropState()
Properties
TargetColumn
Gets the target drop column.
Declaration
public TaskBoardColumn TargetColumn { get; }
Property Value
TaskBoardColumn
|