menu

MAUI

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

    Show / Hide Table of Contents

    Class DragStartMode

    Specifies the drag start option for the SfListView.

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

    Fields

    None

    Indicates that dragging will be disabled.

    Declaration
    public const DragStartMode None
    Field Value
    Type
    DragStartMode

    OnDragIndicator

    Indicates that a drag operation can be performed using the DragIndicatorView within the item.

    Declaration
    public const DragStartMode OnDragIndicator
    Field Value
    Type
    DragStartMode

    OnHold

    Indicates that a drag operation can be initiated by holding the item.

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