The data passed to the drag drop handlers while dragging a BarItem during
User Customization.
Inheritance
System.Object
BarItemDndData
Assembly: Syncfusion.Tools.Windows.dll
public class BarItemDndData : Object
Constructors
Declaration
public BarItemDndData(BarItem itemDragged, IBarItemContainer itemParent)
Parameters
Properties
Declaration
public IBarItemContainer ItemDestination { get; set; }
Property Value
Declaration
public BarItem ItemDragged { get; }
Property Value
Declaration
public IBarItemContainer ItemParent { get; }
Property Value