menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DragDropController - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DragDropController

    It contains Drag and Drop related operations.

    Inheritance
    System.Object
    DragDropController
    Namespace: Syncfusion.Maui.ListView
    Assembly: Syncfusion.Maui.ListView.dll
    Syntax
    public class DragDropController : Object

    Constructors

    DragDropController()

    Initializes a new instance of the DragDropController class.

    Declaration
    public DragDropController()

    DragDropController(SfListView)

    Initializes a new instance of the DragDropController class.

    Declaration
    public DragDropController(SfListView listView)
    Parameters
    Type Name Description
    SfListView listView

    Denotes the instance of SfListView.

    Properties

    CanAdjustDragItemAxis

    Gets or sets a value indicating whether to adjust the X position of the drag item for vertical orientation and the Y position for horizontal orientation.

    Declaration
    public bool CanAdjustDragItemAxis { get; set; }
    Property Value
    Type
    System.Boolean

    UpdateSource

    Gets or sets a value indicating whether the underlying items should be updated when drag and drop is performed.

    Declaration
    public bool UpdateSource { get; set; }
    Property Value
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved