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

StartRecordDragEventArgs.AllowDrag Property

Gets or sets whether an end-user can drag records.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public bool AllowDrag { get; set; }

Property Value

Type Description
Boolean

true, if records can be dragged; otherwise, false.

See Also