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

Represents the arguments, associated with a PreviewDockPosition event.

Definition

Namespace:Telerik.WinControls.UI.Docking

Assembly:Telerik.WinControls.RadDock.dll

Syntax:

C#
public class DragDropDockPositionEventArgs : EventArgs

Inheritance: objectEventArgsDragDropDockPositionEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the DragDropDockPositionEventArgs class.

C#
public DragDropDockPositionEventArgs(SplitPanel dropTarget, AllowedDockPosition position, DockingGuidesPosition guidePosition)
Parameters:dropTargetSplitPanelpositionAllowedDockPositionguidePositionDockingGuidesPosition

Properties

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

C#
public AllowedDockPosition AllowedDockPosition { get; set; }

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

C#
public SplitPanel DropTarget { get; }

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

C#
public DockingGuidesPosition GuidePosition { get; }