Class
PreviewShowCompassEventArgs

The event args are PreviewShowCompass event.

Definition

Namespace:Telerik.Windows.Controls.Docking

Assembly:Telerik.Windows.Controls.Docking.dll

Syntax:

cs-api-definition
public class PreviewShowCompassEventArgs : EventArgs

Inheritance: objectEventArgsPreviewShowCompassEventArgs

Inherited Members EventArgs.Empty

Constructors

PreviewShowCompassEventArgs(RadPaneGroup, object, Compass)

Initializes a new instance of the PreviewShowCompassEventArgs class.

Declaration

cs-api-definition
public PreviewShowCompassEventArgs(RadPaneGroup targetGroup, object draggedElement, Compass compass)

Parameters

targetGroup

RadPaneGroup

The target group.

draggedElement

object

The dragged element.

compass

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

cs-api-definition
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

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

Property Value

bool

True if the action must be canceled; otherwise, false.

Compass

Gets the compass that is going to be shown.

Declaration

cs-api-definition
public Compass Compass { get; }

Property Value

Compass

The compass that is going to be shown.

DraggedElement

Gets the dragged element.

Declaration

cs-api-definition
public object DraggedElement { get; }

Property Value

object

The dragged element. It can be RadSplitContainer, RadPaneGroup or a RadPane.

TargetGroup

Gets the target group.

Declaration

cs-api-definition
public RadPaneGroup TargetGroup { get; }

Property Value

RadPaneGroup

The target group.