Skip to main content
A newer version of this page is available. .
All docs
V21.2

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.v21.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public bool AutoExpandOnDrag { get; set; }

Property Value

Type Default Description
Boolean true

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