FlowLayoutControl.AllowItemMoving Property
In This Article
Gets or sets whether items are allowed to be moved to new positions via drag-and-drop. This is a dependency property.
Namespace: DevExpress.Xpf.LayoutControl
Assembly: DevExpress.Xpf.LayoutControl.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | A Boolean value that specifies whether dragging-and-dropping items is enabled. |
#Remarks
If the AllowItemMoving property is set to true, an end-user is able to rearrange items via drag-and-drop.
Note that dragging-and-dropping of an item is supported if the item doesn't process mouse events itself.
#Implements
DevExpress.Xpf.LayoutControl.ILayoutControlBase.AllowItemMoving
See Also