Class DragDropManager
Helper class for performing drag and drop operations.
Inheritance
System.Object
    DragDropManager
  Namespace: Syncfusion.Olap.UWP.Common
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public class DragDropManager : Object
  Constructors
DragDropManager()
Declaration
public DragDropManager()
  Properties
DragDropPopup
Gets or sets the pop up that is shown while doing drag and drop.
Declaration
public Popup DragDropPopup { get; set; }
  Property Value
| Type | 
|---|
| Windows.UI.Xaml.Controls.Primitives.Popup | 
SelectedItem
Gets or sets the selected item.
Declaration
public object SelectedItem { get; set; }
  Property Value
| Type | 
|---|
| System.Object | 
Source
Gets or sets the source object to start drag operation.
Declaration
public object Source { get; set; }
  Property Value
| Type | 
|---|
| System.Object | 
SourceAxis
Gets or sets the source axis to start drag operation.
Declaration
public AxisPosition SourceAxis { get; set; }
  Property Value
| Type | 
|---|
| AxisPosition |