Class DragDropDockPositionEventArgs
Represents the arguments, associated with a PreviewDockPosition event.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public class DragDropDockPositionEventArgs : EventArgs
Constructors
DragDropDockPositionEventArgs(SplitPanel, AllowedDockPosition, DockingGuidesPosition)
Initializes a new instance of the DragDropDockPositionEventArgs class.
Declaration
public DragDropDockPositionEventArgs(SplitPanel dropTarget, AllowedDockPosition position, DockingGuidesPosition guidePosition)
Parameters
SplitPanel
dropTarget
|
AllowedDockPosition
position
|
DockingGuidesPosition
guidePosition
|
Properties
AllowedDockPosition
Gets or sets the allowed dock position for the hit-tested drop target.
Declaration
public AllowedDockPosition AllowedDockPosition { get; set; }
Property Value
AllowedDockPosition
|
DropTarget
Gets the current drop target of the drag-drop operation.
Declaration
public SplitPanel DropTarget { get; }
Property Value
SplitPanel
|
GuidePosition
Gets the position of the docking guide that is currently hit-tested.
Declaration
public DockingGuidesPosition GuidePosition { get; }
Property Value
DockingGuidesPosition
|