Back to Devexpress

LayoutControl.AllowCustomizationDefaultValue Property

windowsforms-devexpress-dot-xtralayout-dot-layoutcontrol-6877f4b7.md

latest1.3 KB
Original Source

LayoutControl.AllowCustomizationDefaultValue Property

Gets or sets a default value for the AllowCustomization property. The default value is true.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public static bool AllowCustomizationDefaultValue { get; set; }
vb
Public Shared Property AllowCustomizationDefaultValue As Boolean

Property Value

TypeDescription
Boolean

true if users can customize the layout; otherwise, false.

|

See Also

LayoutControl Class

LayoutControl Members

DevExpress.XtraLayout Namespace