Back to Devexpress

DockLayoutManager.AllowCustomization Property

wpf-devexpress-dot-xpf-dot-docking-dot-docklayoutmanager-85f10643.md

latest3.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public bool AllowCustomization { get; set; }
vb
Public Property AllowCustomization As Boolean

Property Value

TypeDescription
Boolean

true if Customization Mode can be invoked; otherwise, false.

|

Remarks

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.

wpf-dock-layout-manager-define-prism-regions-for-dock-layout-manager-elements/CS/PrismOnDXDocking/Shell.xaml#L75

xml
</dxb:BarManager.Bars>
<dxdo:DockLayoutManager x:Name="dockManager" ClosingBehavior="ImmediatelyRemove" AllowCustomization="False">
    <dxdo:LayoutGroup Orientation="Vertical" >

wpf-dock-layout-manager-limit-layout-group-customization-at-runtime/CS/DXDockingForLayoutPurposes/MainWindow.xaml#L17

xml
</dx:ThemedWindow.Resources>
<dxd:DockLayoutManager x:Name="rootDockLayoutManager" AllowCustomization="True">
    <dxd:LayoutGroup>

See Also

Layout UI Items

BeginCustomization()

AllowContextMenu

DockLayoutManager Class

DockLayoutManager Members

DevExpress.Xpf.Docking Namespace