Skip to main content
All docs
V26.1
  • LayoutControl.AllowCustomizationDefaultValue Property

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

    Namespace: DevExpress.XtraLayout

    Assembly: DevExpress.XtraLayout.v26.1.dll

    Declaration

    public static bool AllowCustomizationDefaultValue { get; set; }

    Property Value

    Type Description
    Boolean

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

    See Also