Back to Devexpress

BaseLayoutItem.AllowMove Property

wpf-devexpress-dot-xpf-dot-docking-dot-baselayoutitem-4589f61e.md

latest1.3 KB
Original Source

BaseLayoutItem.AllowMove Property

Gets or sets whether the item is allowed to be moved. This is a dependency property.

Namespace : DevExpress.Xpf.Docking

Assembly : DevExpress.Xpf.Docking.v25.2.dll

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public bool AllowMove { get; set; }
vb
Public Property AllowMove As Boolean

Property Value

TypeDescription
Boolean

true if the item is allowed to be moved; otherwise, false.

|

Remarks

Note

To prevent a specific dock item from being floating, use the BaseLayoutItem.AllowFloat property.

See Also

Move

BaseLayoutItem Class

BaseLayoutItem Members

DevExpress.Xpf.Docking Namespace