menu

WinForms

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

    Show / Hide Table of Contents

    Class BarItemDndData

    The data passed to the drag drop handlers while dragging a BarItem during User Customization.

    Inheritance
    System.Object
    BarItemDndData
    Inherited Members
    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.XPMenus
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class BarItemDndData

    Constructors

    BarItemDndData(BarItem, IBarItemContainer)

    Declaration
    public BarItemDndData(BarItem itemDragged, IBarItemContainer itemParent)
    Parameters
    Type Name Description
    BarItem itemDragged
    IBarItemContainer itemParent

    Properties

    ItemDestination

    Declaration
    public IBarItemContainer ItemDestination { get; set; }
    Property Value
    Type
    IBarItemContainer

    ItemDragged

    Declaration
    public BarItem ItemDragged { get; }
    Property Value
    Type
    BarItem

    ItemParent

    Declaration
    public IBarItemContainer ItemParent { get; }
    Property Value
    Type
    IBarItemContainer
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved