Class QueryDragInsertInfoEventArgs
Represents a data for the QueryDragInsertInfo event.
Inheritance
System.Object
QueryDragInsertInfoEventArgs
Namespace: Syncfusion.Windows.Forms.Tools.MultiColumnTreeView
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class QueryDragInsertInfoEventArgs : EventArgs
Constructors
QueryDragInsertInfoEventArgs(TreeNodeAdv)
Initialize a new instance of the QueryDragInsertInfoEventArgs class.
Declaration
public QueryDragInsertInfoEventArgs(TreeNodeAdv node)
Parameters
| Type | Name | Description |
|---|---|---|
| TreeNodeAdv | node |
Properties
DragInsertColor
Gets or sets the Color of DragHighLightTracker can be changed based on the tree's background Color.
Declaration
public Color DragInsertColor { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Color |
Node
Gets the node on whom the action is to be performed.
Declaration
public TreeNodeAdv Node { get; }
Property Value
| Type |
|---|
| TreeNodeAdv |