menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class QueryColumnDraggingEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class QueryColumnDraggingEventArgs

    Provides data for QueryColumnDragging event.

    Inheritance
    System.Object
    GridCancelEventArgs
    QueryColumnDraggingEventArgs
    Inherited Members
    GridCancelEventArgs.OriginalSender
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class QueryColumnDraggingEventArgs : GridCancelEventArgs

    Constructors

    QueryColumnDraggingEventArgs(SfDataGrid)

    Initializes a new instance of QueryColumnDraggingEventArgs event.

    Declaration
    public QueryColumnDraggingEventArgs(SfDataGrid dataGrid)
    Parameters
    Type Name Description
    SfDataGrid dataGrid

    The source of the event.

    Properties

    From

    Gets the index of the column that is being dragged.

    Declaration
    public int From { get; }
    Property Value
    Type Description
    System.Int32

    An index of the column being dragged.

    PopupPosition

    Gets the position of popup during a column drag-and-drop operation.

    Declaration
    public Point PopupPosition { get; }
    Property Value
    Type Description
    System.Windows.Point

    The System.Windows.Point that represents the position of popup during the column drag-and-drop operation.

    Reason

    Gets the reason for column drag-and-drop operation.

    Declaration
    public QueryColumnDraggingReason Reason { get; }
    Property Value
    Type Description
    QueryColumnDraggingReason

    Returns the QueryColumnDraggingReason that specifies the reason for column dragging operation.

    To

    Gets the index of the column that is being dropped.

    Declaration
    public int To { get; }
    Property Value
    Type Description
    System.Int32

    An index of the column being dropped.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved