LayoutController.EndRenaming() Method
Finishes the item renaming in progress.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v26.1.dll
Declaration
Returns
| Type | Description |
|---|---|
| Boolean |
|
Remarks
Item renaming can be initiated by an end-user or in code, via the LayoutController.Rename method.
See Also