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

LayoutControl.AllowItemSizingDuringCustomization Property

Gets or sets whether item re-sizing is enabled in customization mode. This is a dependency property.

Namespace: DevExpress.Xpf.LayoutControl

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.LayoutControl, DevExpress.Wpf.Layout

Declaration

public bool AllowItemSizingDuringCustomization { get; set; }

Property Value

Type Description
Boolean

true if item re-sizing is enabled in customization mode; otherwise, false.

Remarks

The AllowItemSizingDuringCustomization property specifies whether item re-sizing is enabled in customization mode:

ItemResizing_CustomizationMode

To enable customization mode, use the LayoutControl.IsCustomization property.

See Also