WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ColumnDraggingEventArgs - WindowsForms API Reference | Syncfusion ColumnDragging event. ">

    Show / Hide Table of Contents

    Class ColumnDraggingEventArgs

    Provides data for ColumnDragging event.

    Inheritance
    System.Object
    GridCancelEventArgs
    ColumnDraggingEventArgs
    Inherited Members
    GridCancelEventArgs.OriginalSender
    Namespace: Syncfusion.WinForms.DataGrid.Events
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public class ColumnDraggingEventArgs : GridCancelEventArgs

    Constructors

    ColumnDraggingEventArgs(Object)

    Initializes a new instance of the ColumnDraggingEventArgs class.

    Declaration
    public ColumnDraggingEventArgs(object sender)
    Parameters
    Type Name Description
    System.Object sender

    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.Drawing.Point

    The 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 ColumnDraggingAction Reason { get; }
    Property Value
    Type Description
    ColumnDraggingAction

    Returns the 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 - 2022 Syncfusion Inc. All Rights Reserved