WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum QueryColumnDraggingReason

    Show / Hide Table of Contents

    Enum QueryColumnDraggingReason

    Specifies the reason for column dragging operation.

    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public enum QueryColumnDraggingReason

    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
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved