Gets or sets a value indicating whether the nodes can be dragged and dropped only it the depth which is same as the nodes'. Please note if the EnableFixedParentDragDrop is true, EnableFixedDepthDragDrop is true.
Namespace: Geekees.Common.Controls
Assembly: ASTreeView (in ASTreeView.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <CategoryAttribute("Configuration"), _ BrowsableAttribute(True), _ DefaultValueAttribute(False)> Public Property EnableFixedDepthDragDrop As Boolean |
| C# |
|---|
| [CategoryAttribute("Configuration")] [BrowsableAttribute(True)] [DefaultValueAttribute(False)] public bool EnableFixedDepthDragDrop { get; set; } |
| C++ |
|---|
| [CategoryAttribute(L"Configuration")] [BrowsableAttribute(True)] [DefaultValueAttribute(False)] public property bool EnableFixedDepthDragDrop sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** @attribute CategoryAttribute("Configuration") */ /** @attribute BrowsableAttribute(True) */ /** @attribute DefaultValueAttribute(False) */ /** property */ public bool get_EnableFixedDepthDragDrop(); /** property */ public void set_EnableFixedDepthDragDrop(bool value); |
| JScript |
|---|
| public function get EnableFixedDepthDragDrop() : bool public function set EnableFixedDepthDragDrop(value : bool); |
Property Value
if [enable fixed depth drag drop]; otherwise, .