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

#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:

SL_LayoutItem_CustomizationWindow_CloseButton

See Also