Skip to main content

LayoutControl.AllowItemRenamingDuringCustomization Property

Gets or sets whether an end-user can rename items in Customization Mode. This is a dependency property.

Namespace: DevExpress.Xpf.LayoutControl

Assembly: DevExpress.Xpf.LayoutControl.v23.2.dll

NuGet Package: DevExpress.Wpf.LayoutControl

Declaration

public bool AllowItemRenamingDuringCustomization { get; set; }

Property Value

Type Description
Boolean

true if an end-user can rename items in Customization mode; otherwise, false.

Remarks

If this property is set to true, an end-user can rename items in Customization Mode. Click an item to show a context window, and then click the “Abc” button to rename the item’s caption:

DXLayoutControl_ContextWindow_RenameButton

See Also