www.Chart4.NET (Documentation) | Samples Download | Release Notes
Whether to enable users to drag and drop nodes to its successors. Default is false.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
public bool hpDragDropToChild { get; set; }
public bool hpDragDropToChild { get; set; }
Public Property hpDragDropToChild As Boolean
Get
Set
Public Property hpDragDropToChild As Boolean
Get
Set
public:
property bool hpDragDropToChild {
bool get ();
void set (bool value);
}
public:
property bool hpDragDropToChild {
bool get ();
void set (bool value);
}
member hpDragDropToChild : bool with get, set
member hpDragDropToChild : bool with get, set
/** @property */
public boolean get_hpDragDropToChild()
/** @property */
public void set_hpDragDropToChild(boolean value)
/** @property */
public boolean get_hpDragDropToChild()
/** @property */
public void set_hpDragDropToChild(boolean value)
Field Value
System.Boolean
See heNodeDragDropStart too.