Xamarin.Forms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DragStartMode - Xamarin.Forms API Reference | Syncfusion SfListView. ">

    Show / Hide Table of Contents

    Class DragStartMode

    Defines the drag start option for SfListView.

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

    Fields

    None

    Indicates that drag will be disabled.

    Declaration
    public const DragStartMode None
    Field Value
    Type Description
    DragStartMode

    OnDragIndicator

    Indicates that drag operation can be performed by DragIndicatorView in the item.

    Declaration
    public const DragStartMode OnDragIndicator
    Field Value
    Type Description
    DragStartMode

    OnHold

    Indicates that drag operation can be performed by holding the item.

    Declaration
    public const DragStartMode OnHold
    Field Value
    Type Description
    DragStartMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved