menu

WinUI

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

    Show / Hide Table of Contents

    Class DataGridRowDroppingEventArgs

    Provides data for the RowDropping event.

    Inheritance
    System.Object
    DataGridRowDragEventArgs
    DataGridRowDroppingEventArgs
    Inherited Members
    DataGridRowDragEventArgs.Data
    DataGridRowDragEventArgs.DraggingRows
    DataGridRowDragEventArgs.DropPosition
    DataGridRowDragEventArgs.TargetIndex
    Namespace: Syncfusion.UI.Xaml.DataGrid
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public class DataGridRowDroppingEventArgs : DataGridRowDragEventArgs

    Constructors

    DataGridRowDroppingEventArgs()

    Initializes a new instance of DataGridRowDroppingEventArgs event.

    Declaration
    public DataGridRowDroppingEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether the drop action should be canceled.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved