www.Chart4.NET | Samples
Whether to enable users to drag and drop nodes to its successors. Default is false.
Namespace:
UnifoChart.Hierarchy
Assembly:
UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Syntax
| C# |
|---|
public bool hpDragDropToChild { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property hpDragDropToChild As Boolean |
| Visual Basic (Usage) |
|---|
Dim instance As HierarchyWin
Dim value As Boolean
value = instance.hpDragDropToChild
instance.hpDragDropToChild = value |
| Visual C++ |
|---|
public:
property bool hpDragDropToChild {
bool get ();
void set (bool value);
} |
| J# |
|---|
/** @property */
public boolean get_hpDragDropToChild()
/** @property */
public void set_hpDragDropToChild(boolean value)
|
| JScript |
|---|
public function get hpDragDropToChild () : boolean
public function set hpDragDropToChild (value : boolean) |
| JavaScript |
|---|
function get_hpDragDropToChild();
function set_hpDragDropToChild(value); |
Field Value
System.Boolean
Remarks
See Also