menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DragDropManager - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved