alexa

    Show / Hide Table of Contents

    Enum ColumnDraggingAction

    Specifies the reason for column dragging operation.

    Namespace: Syncfusion.WinForms.DataGrid.Enums
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public enum ColumnDraggingAction

    Fields

    Name Description
    Dragging

    Specifies the column is being dragged in SfDataGrid.

    DragStarted

    Specifies the dragging operation after initialized on the column.

    DragStarting

    Specifies the dragging operation is being initiated on the column.

    Dropped

    Specifies the column is after dropped in SfDataGrid.

    Dropping

    Specifies the column is being dropped on the DataGrid.

    Back to top Generated by DocFX