Class TreeGridRowDragStartEventArgs
Provides data for the
Inheritance
System.Object
TreeGridRowDragStartEventArgs
Namespace: Syncfusion.UI.Xaml.TreeGrid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public class TreeGridRowDragStartEventArgs : EventArgs
Constructors
TreeGridRowDragStartEventArgs()
Initializes a new instance of TreeGridRowDragStartEventArgs event.
Declaration
public TreeGridRowDragStartEventArgs()
Properties
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> |
Handled
Gets a value indicating whether the event is handled or not.
Declaration
public bool Handled { get; set; }
Property Value
Type |
---|
System.Boolean |