A newer version of this page is available.
Switch to the current version.
DockLayoutManager.AllowCustomization Property
Gets or sets whether Customization Mode can be invoked. This is a dependency property.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v19.1.dll
Declaration
public bool AllowCustomization { get; set; }
Public Property AllowCustomization As Boolean
Property Value
Type | Description |
---|---|
Boolean | true if Customization Mode can be invoked; otherwise, false. |
Remarks
See Customization Mode to learn more.
See Also
Feedback