DockLayoutManager.IsCustomization Property
Gets whether Customization Mode is enabled. This is a dependency property.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v25.2.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
To initiate layout customization, use the DockLayoutManager.BeginCustomization method.
See Also