ClassPreviewShowCompassEventArgs
The event args are PreviewShowCompass event.
Definition
Namespace:Telerik.Windows.Controls.Docking
Assembly:Telerik.Windows.Controls.Docking.dll
Syntax:
public class PreviewShowCompassEventArgs : EventArgs
Inheritance: objectEventArgsPreviewShowCompassEventArgs
Inherited Members
Constructors
PreviewShowCompassEventArgs(RadPaneGroup, object, Compass)
Initializes a new instance of the PreviewShowCompassEventArgs class.
Declaration
public PreviewShowCompassEventArgs(RadPaneGroup targetGroup, object draggedElement, Compass compass)
Parameters
targetGroup
The target group.
draggedElement
The dragged element.
compass
The compass that is going to be shown.
Properties
CanDropOnTabStrip
Gets or sets a value indicating whether a RadPane can be dropped on the TabStrip of the RadPaneGroup or reordered.
Declaration
public bool? CanDropOnTabStrip { get; set; }
Property Value
bool?
TrueCan be dropped in RadPaneGroup or reordered.False Cannot be dropped in RadPaneGroup or reordered.Null Gets the value of the IsCenterIndicatorVisible.
Canceled
Gets or sets a value indicating whether the action is canceled.
Declaration
public bool Canceled { get; set; }
Property Value
True if the action must be canceled; otherwise, false.
Compass
Gets the compass that is going to be shown.
Declaration
public Compass Compass { get; }
Property Value
The compass that is going to be shown.
DraggedElement
Gets the dragged element.
Declaration
public object DraggedElement { get; }
Property Value
The dragged element. It can be RadSplitContainer, RadPaneGroup or a RadPane.
TargetGroup
Gets the target group.
Declaration
public RadPaneGroup TargetGroup { get; }
Property Value
The target group.