menu

MAUI

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

    Show / Hide Table of Contents

    Class DragAction

    Specifies the item drag action for the SfListView.

    Inheritance
    System.Object
    DragAction
    Namespace: Syncfusion.Maui.ListView
    Assembly: Syncfusion.Maui.ListView.dll
    Syntax
    public sealed class DragAction : Enum

    Fields

    Dragging

    Indicates that the item is currently being dragged.

    Declaration
    public const DragAction Dragging
    Field Value
    Type
    DragAction

    Drop

    Indicates that the item dragging has been completed.

    Declaration
    public const DragAction Drop
    Field Value
    Type
    DragAction

    Start

    Indicates that the item dragging has started.

    Declaration
    public const DragAction Start
    Field Value
    Type
    DragAction
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved