menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class QueryDragInsertInfoEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class QueryDragInsertInfoEventArgs

    Represents a data for the QueryDragInsertInfo event.

    Inheritance
    System.Object
    System.EventArgs
    QueryDragInsertInfoEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved