menu

Class QueryRowDraggingReason - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class QueryRowDraggingReason

    Specifies the various reasons for row dragging operation.

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

    Fields

    DragEnded

    Specifies the row dragging operation is ended.

    Declaration
    public const QueryRowDraggingReason DragEnded
    Field Value
    Type
    QueryRowDraggingReason

    Dragging

    Specifies the row is being dragged in SfDataGrid.

    Declaration
    public const QueryRowDraggingReason Dragging
    Field Value
    Type
    QueryRowDraggingReason

    DragStarted

    Specifies the dragging operation is initialized on the row.

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