Class TreeGridRowDragOverEventArgs
Provides data for the RowDragOver event.
Inherited Members
Namespace: Syncfusion.UI.Xaml.TreeGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class TreeGridRowDragOverEventArgs : TreeGridRowDragEventArgs
Constructors
TreeGridRowDragOverEventArgs()
Initializes a new instance of TreeGridRowDragOverEventArgs event.
Declaration
public TreeGridRowDragOverEventArgs()
Properties
ShowDragUI
Gets or sets a value indicating the default Dragging UI.
Declaration
public bool ShowDragUI { get; set; }
Property Value
Type |
---|
System.Boolean |