Class NodeDragDropController
Represents a class that handles row drag-and-drop operations in SfTreeGrid.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.UI.Xaml.PivotClient
Assembly: Syncfusion.SfPivotClient.UWP.dll
Syntax
public class NodeDragDropController : TreeGridRowDragDropController, IDisposable
Constructors
NodeDragDropController(SfTreeGrid)
Initializes a new instance of the NodeDragDropController class.
Declaration
public NodeDragDropController(SfTreeGrid treeGrid)
Parameters
Type | Name | Description |
---|---|---|
SfTreeGrid | treeGrid |
Fields
CubeDimensionBrowser
Gets or sets the CubeDimensionBrowser
Declaration
public CubeDimensionBrowser CubeDimensionBrowser
Field Value
Type |
---|
CubeDimensionBrowser |
Methods
ProcessOnDragLeave(DragEventArgs, RowColumnIndex)
Called when leaving the dragged item.
Declaration
protected override void ProcessOnDragLeave(DragEventArgs args, RowColumnIndex rowColumnIndex)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.DragEventArgs | args | |
RowColumnIndex | rowColumnIndex |
Overrides
ProcessOnDragOver(DragEventArgs, RowColumnIndex)
Called when drag overing the item.
Declaration
protected override void ProcessOnDragOver(DragEventArgs args, RowColumnIndex rowColumnIndex)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.DragEventArgs | args | |
RowColumnIndex | rowColumnIndex |
Overrides
ProcessOnDragStarting(DragStartingEventArgs, RowColumnIndex)
Called when dragging process starts.
Declaration
protected override void ProcessOnDragStarting(DragStartingEventArgs args, RowColumnIndex rowColumnIndex)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.DragStartingEventArgs | args | |
RowColumnIndex | rowColumnIndex |
Overrides
ProcessOnDrop(DragEventArgs, RowColumnIndex)
Called when drop process started.
Declaration
protected override void ProcessOnDrop(DragEventArgs args, RowColumnIndex rowColumnIndex)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.DragEventArgs | args | |
RowColumnIndex | rowColumnIndex |
Overrides
Implements
System.IDisposable