Skip to main content

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

#Declaration

[XtraSerializableProperty]
public bool AllowCustomization { get; set; }

#Property Value

Type Description
Boolean

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

#Remarks

See Customization Mode to learn more.

See Also