Skip to main content
A newer version of this page is available. .

BaseLayoutItemCustomizationOptions.AllowDrop Property

Gets or sets whether other items can be dragged-and-dropped onto the current layout item/group.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.2.dll

Declaration

[XtraSerializableProperty]
[DefaultValue(ItemDragDropMode.Default)]
public ItemDragDropMode AllowDrop { get; set; }

Property Value

Type Default Description
DevExpress.XtraLayout.ItemDragDropMode **Default**

An ItemDragDropMode value that specifies whether other items can be dragged-and-dropped onto the current layout item/group.

Property Paths

You can access this nested property as listed below:

Remarks

If the AllowDrop property is set to Default or UseParentOptions, the ability to drag-and-drop other items onto the current item/group is specified by the AllowDrop property of the item’s parent.

See Also