Class TreeGridRowDroppingEventArgs
Provides data for the RowDropping event.
Inherited Members
Namespace: Syncfusion.UI.Xaml.TreeGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class TreeGridRowDroppingEventArgs : TreeGridRowDragEventArgs
Constructors
TreeGridRowDroppingEventArgs()
Initializes a new instance of TreeGridRowDroppingEventArgs event.
Declaration
public TreeGridRowDroppingEventArgs()
Properties
Cancel
Gets a value indicating whether the event is canceled or not.
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |