LayoutControl.AllowItemRenamingDuringCustomization Property
In This Article
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
#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:
See Also