Xamarin.Forms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class QueryRowDraggingReason - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class QueryRowDraggingReason

    Describes the various reason for row dragging operation.

    Inheritance
    System.Object
    QueryRowDraggingReason
    Namespace: Syncfusion.SfDataGrid.XForms
    Assembly: Syncfusion.SfDataGrid.XForms.dll
    Syntax
    public sealed class QueryRowDraggingReason : Enum

    Fields

    DragEnded

    Defines the row dragging operation is ended.

    Declaration
    public const QueryRowDraggingReason DragEnded
    Field Value
    Type Description
    QueryRowDraggingReason

    Dragging

    Defines the row is being dragged in SfDataGrid.

    Declaration
    public const QueryRowDraggingReason Dragging
    Field Value
    Type Description
    QueryRowDraggingReason

    DragStarted

    Specifies the dragging operation is initialized on the row.

    Declaration
    public const QueryRowDraggingReason DragStarted
    Field Value
    Type Description
    QueryRowDraggingReason

    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