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.v24.1.dll
NuGet Package: DevExpress.Wpf.LayoutControl
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