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

LayoutControl.AllowItemMovingDuringCustomization Property

Gets or sets whether items can be dragged-and-droppped in customization mode. This is a dependency property.

Namespace: DevExpress.Xpf.LayoutControl

Assembly: DevExpress.Xpf.LayoutControl.v21.2.dll

NuGet Package: DevExpress.Wpf.LayoutControl

Declaration

public bool AllowItemMovingDuringCustomization { get; set; }

Property Value

Type Description
Boolean

true if items can be dragged-and-dropped in customization mode; otherwise, false.

Remarks

Customization mode can be enabled via the LayoutControl.IsCustomization property.

See Also