Class
DragDropDockPositionEventArgs

Represents the arguments, associated with a PreviewDockPosition event.

Definition

Namespace:Telerik.WinControls.UI.Docking

Assembly:Telerik.WinControls.RadDock.dll

Syntax:

cs-api-definition
public class DragDropDockPositionEventArgs : EventArgs

Inheritance: objectEventArgsDragDropDockPositionEventArgs

Inherited Members EventArgs.Empty

Constructors

DragDropDockPositionEventArgs(SplitPanel, AllowedDockPosition, DockingGuidesPosition)

Initializes a new instance of the DragDropDockPositionEventArgs class.

Declaration

cs-api-definition
public DragDropDockPositionEventArgs(SplitPanel dropTarget, AllowedDockPosition position, DockingGuidesPosition guidePosition)

Parameters

dropTarget

SplitPanel

position

AllowedDockPosition

guidePosition

DockingGuidesPosition

Properties

AllowedDockPosition

Gets or sets the allowed dock position for the hit-tested drop target.

Declaration

cs-api-definition
public AllowedDockPosition AllowedDockPosition { get; set; }

Property Value

AllowedDockPosition

DropTarget

Gets the current drop target of the drag-drop operation.

Declaration

cs-api-definition
public SplitPanel DropTarget { get; }

Property Value

SplitPanel

GuidePosition

Gets the position of the docking guide that is currently hit-tested.

Declaration

cs-api-definition
public DockingGuidesPosition GuidePosition { get; }

Property Value

DockingGuidesPosition