Back to Devexpress

LayoutControl.AllowCustomizationMenu Property

windowsforms-devexpress-dot-xtralayout-dot-layoutcontrol-c1c6187f.md

latest1.7 KB
Original Source

LayoutControl.AllowCustomizationMenu Property

OBSOLETE

Use AllowCustomization instead

Gets or sets whether the customization menu can be invoked by end-users.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use AllowCustomization instead")]
public bool AllowCustomizationMenu { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<Obsolete("Use AllowCustomization instead")>
Public Property AllowCustomizationMenu As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true , to allow end-users to invoke the customization menu; otherwise, false.

|

Remarks

The AllowCustomizationMenu property is obsolete. Use the LayoutControl.AllowCustomization property instead.

See Also

LayoutControl Class

LayoutControl Members

DevExpress.XtraLayout Namespace