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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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