Back to Devexpress

TreeViewControl.AutoExpandOnDrag Property

wpf-devexpress-dot-xpf-dot-grid-dot-treeviewcontrol-58ca036a.md

latest1.5 KB
Original Source

TreeViewControl.AutoExpandOnDrag Property

Gets or sets whether to expand a collapsed group when a user drags a record over this group. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool AutoExpandOnDrag { get; set; }
vb
Public Property AutoExpandOnDrag As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to expand a collapsed group when a user drags the record over this group; otherwise, false.

|

Remarks

Use the AutoExpandDelayOnDrag property to set the delay in milliseconds, after which the collapsed group is expanded.

For information about drag-and-drop operations, refer to the following DevExpress WPF Grid help topic: Drag-and-Drop.

See Also

TreeViewControl Class

TreeViewControl Members

DevExpress.Xpf.Grid Namespace