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.v24.2.dll
Declaration
[DefaultValue(ItemDragDropMode.Default)]
[XtraSerializableProperty]
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:
Object Type | Path to AllowDrop |
---|---|
BaseLayoutItem |
|
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