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