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
Constructors
Initializes a new instance of the DragDropDockPositionEventArgs class.
C#
public DragDropDockPositionEventArgs(SplitPanel dropTarget, AllowedDockPosition position, DockingGuidesPosition guidePosition)
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; }