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

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.v19.1.dll

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