Class TreeGridRowDragStartingEventArgs
Provides data for the RowDragStarting event.
Inheritance
System.Object
TreeGridRowDragStartingEventArgs
Namespace: Syncfusion.UI.Xaml.TreeGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class TreeGridRowDragStartingEventArgs : EventArgs
Constructors
TreeGridRowDragStartingEventArgs()
Initializes a new instance of TreeGridRowDragStartingEventArgs event.
Declaration
public TreeGridRowDragStartingEventArgs()
Properties
Cancel
Gets a value indicating whether the event is canceled or not.
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |
DraggingNodes
Gets the TreeNode which contains the data associated while dragging the rows.
Declaration
public ObservableCollection<TreeNode> DraggingNodes { get; }
Property Value
Type |
---|
System.Collections.ObjectModel.ObservableCollection<TreeNode> |