Back to Devexpress

IDocumentDefaultProperties.CanDragging Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-widget-dot-idocumentdefaultproperties-0696d18a.md

latest1.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
bool CanDragging { get; }
vb
<Browsable(False)>
ReadOnly Property CanDragging As Boolean

Property Value

TypeDescription
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

IDocumentDefaultProperties Interface

IDocumentDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.Widget Namespace