Class
TabItemDragDropInfo

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.

Declaration

cs-api-definition
public RadTabItem DraggedTab { get; set; }

Property Value

RadTabItem

IsDropBeforeItem

Indicates whether drop is before or after the target item.

Declaration

cs-api-definition
public bool IsDropBeforeItem { get; set; }

Property Value

bool

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

bool

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

TabbedWindowTabControl

SourceWindow

The source window of the dragged tab.

Declaration

cs-api-definition
public RadTabbedWindow SourceWindow { get; set; }

Property Value

RadTabbedWindow