Skip to main content

IDocumentDefaultProperties.CanDragging Property

Determines whether or not end-users are currently allowed to drag this document at runtime.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
bool CanDragging { get; }

Property Value

Type Description
Boolean

true if end-users are currently allowed to drag this document at runtime; otherwise, false.

Remarks

See the IDocumentDefaultProperties.AllowDragging property to learn more.

See Also