ClassDragDropDockPositionEventArgs
Class
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
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
position
guidePosition
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
DropTarget
Gets the current drop target of the drag-drop operation.
GuidePosition
Gets the position of the docking guide that is currently hit-tested.
Declaration
cs-api-definition
public DockingGuidesPosition GuidePosition { get; }
Property Value