Class TreeGridRowDragLeaveEventArgs
Provides data for the
Inherited Members
Namespace: Syncfusion.UI.Xaml.TreeGrid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public class TreeGridRowDragLeaveEventArgs : TreeGridRowDragDropEventArgsBase
Constructors
TreeGridRowDragLeaveEventArgs()
Initializes a new instance of TreeGridColumnDraggingEventArgs event.
Declaration
public TreeGridRowDragLeaveEventArgs()
Properties
Handled
Gets a value indicating whether the event is handled or not.
Declaration
public bool Handled { get; set; }
Property Value
Type |
---|
System.Boolean |