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

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

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