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.v25.2.dll
NuGet Package: DevExpress.Wpf.LayoutControl
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
The AllowItemSizingDuringCustomization property specifies whether item re-sizing is enabled in customization mode:

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