Skip to main content
A newer version of this page is available. .

TreeList.OptionsDragAndDrop Property

Contains options that control the node drag-and-drop functionality.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public TreeListOptionsDragAndDrop OptionsDragAndDrop { get; }

Property Value

Type Description
TreeListOptionsDragAndDrop

An object that provides drag-and-drop options.

See Also