wpf-devexpress-dot-xpf-dot-docking-dot-docklayoutmanager-85f10643.md
Gets or sets whether Customization Mode can be invoked. This is a dependency property.
Namespace : DevExpress.Xpf.Docking
Assembly : DevExpress.Xpf.Docking.v25.2.dll
NuGet Package : DevExpress.Wpf.Docking
public bool AllowCustomization { get; set; }
Public Property AllowCustomization As Boolean
| Type | Description |
|---|---|
| Boolean |
true if Customization Mode can be invoked; otherwise, false.
|
See Customization Mode to learn more.
The following code snippets (auto-collected from DevExpress Examples) contain references to the AllowCustomization property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.
</dxb:BarManager.Bars>
<dxdo:DockLayoutManager x:Name="dockManager" ClosingBehavior="ImmediatelyRemove" AllowCustomization="False">
<dxdo:LayoutGroup Orientation="Vertical" >
</dx:ThemedWindow.Resources>
<dxd:DockLayoutManager x:Name="rootDockLayoutManager" AllowCustomization="True">
<dxd:LayoutGroup>
See Also