ClassTabItemDragDropInfo
Class
Class which provides all needed information for drag drop of tabs between and inside RadTabbedWindows.
Definition
Namespace:Telerik.Windows.Controls.TabbedWindow
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
cs-api-definition
public class TabItemDragDropInfo
Inheritance: objectTabItemDragDropInfo
Constructors
TabItemDragDropInfo()
Initializes a new instance of the TabItemDragDropInfo class.
Declaration
cs-api-definition
public TabItemDragDropInfo()
Properties
DraggedTab
The dragged RadTabItem.
IsDropBeforeItem
Indicates whether drop is before or after the target item.
IsDropInTabStripSuccessful
Indicates the drop operations is successful - dragged item is dropped onto target TabControl.
Declaration
cs-api-definition
public bool IsDropInTabStripSuccessful { get; set; }
Property Value
RelativeStartPoint
The relative drag start point in the dragged tab.
Declaration
cs-api-definition
public Point RelativeStartPoint { get; set; }
Property Value
Point
SourceTabControl
Gets the source tab control from which a tab is being dragged.
Declaration
cs-api-definition
public TabbedWindowTabControl SourceTabControl { get; set; }
Property Value
SourceWindow
The source window of the dragged tab.
Declaration
cs-api-definition
public RadTabbedWindow SourceWindow { get; set; }
Property Value