Class PreviewShowCompassEventArgs
The event args are PreviewShowCompass event.
Inheritance
Namespace: Telerik.Windows.Controls.Docking
Assembly: Telerik.Windows.Controls.Docking.dll
Syntax
public class PreviewShowCompassEventArgs : EventArgs
Constructors
PreviewShowCompassEventArgs(RadPaneGroup, Object, Compass)
Initializes a new instance of the PreviewShowCompassEventArgs class.
Declaration
public PreviewShowCompassEventArgs(RadPaneGroup targetGroup, object draggedElement, Compass compass)
Parameters
RadPaneGroup
targetGroup
The target group. |
System.Object
draggedElement
The dragged element. |
Compass
compass
The compass that is going to be shown. |
PreviewShowCompassEventArgs(RadPaneGroup, RadSplitContainer, Compass)
Initializes a new instance of the PreviewShowCompassEventArgs class.
Declaration
public PreviewShowCompassEventArgs(RadPaneGroup targetGroup, RadSplitContainer draggedSplitContainer, Compass compass)
Parameters
RadPaneGroup
targetGroup
The target group. |
RadSplitContainer
draggedSplitContainer
The dragged split container. |
Compass
compass
The compass that is going to be shown. |
Properties
Canceled
Gets or sets a value indicating whether the action is canceled.
Declaration
public bool Canceled { get; set; }
Property Value
System.Boolean
|
CanDropOnTabStrip
Gets or sets a value indicating whether a RadPane can be dropped on the TabStrip of the RadPaneGroup or reordered.
Declaration
public Nullable<bool> CanDropOnTabStrip { get; set; }
Property Value
System.Nullable<System.Boolean>
|
Compass
Gets the compass that is going to be shown.
Declaration
public Compass Compass { get; }
Property Value
Compass
The compass that is going to be shown. |
DraggedElement
Gets the dragged element.
Declaration
public object DraggedElement { get; }
Property Value
System.Object
The dragged element. It can be RadSplitContainer, RadPaneGroup or a RadPane. |
DraggedSplitContainer
Gets the dragged split container.
Declaration
public RadSplitContainer DraggedSplitContainer { get; }
Property Value
RadSplitContainer
The dragged split container. |
TargetGroup
Gets the target group.
Declaration
public RadPaneGroup TargetGroup { get; }
Property Value
RadPaneGroup
The target group. |