Back to Devexpress

TreeListOptionsDragAndDrop.ExpandNodeOnDrag Property

windowsforms-devexpress-dot-xtratreelist-dot-treelistoptionsdraganddrop-f998e2ee.md

latest1.9 KB
Original Source

TreeListOptionsDragAndDrop.ExpandNodeOnDrag Property

Gets or sets whether collapsed nodes are automatically expanded when the node currently being dragged is hovered over them.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool ExpandNodeOnDrag { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property ExpandNodeOnDrag As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if collapsed nodes are automatically expanded when a dragged node is hovered over them; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ExpandNodeOnDrag
TreeList

.OptionsDragAndDrop .ExpandNodeOnDrag

|

See Also

DragNodesExpandDelay

TreeListOptionsDragAndDrop Class

TreeListOptionsDragAndDrop Members

DevExpress.XtraTreeList Namespace