Skip to main content

IDocumentProperties.AllowDragging Property

Gets or sets whether any widget document within this View can be dragged at runtime.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

bool AllowDragging { get; set; }

Property Value

Type Description
Boolean

true if any widget document within this View can be dragged at runtime; otherwise, false.

Remarks

The AllowDragging property can be overridden for individual widget Documents. To do so, set the required document’s IDocumentDefaultProperties.AllowDragging property to the opposite value.

See Also