Back to Devexpress

LayoutController.EndRenaming() Method

wpf-devexpress-dot-xpf-dot-docking-dot-layoutcontroller-be42b575.md

latest1.4 KB
Original Source

LayoutController.EndRenaming() Method

Finishes the item renaming in progress.

Namespace : DevExpress.Xpf.Docking

Assembly : DevExpress.Xpf.Docking.v25.2.dll

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public bool EndRenaming()
vb
Public Function EndRenaming As Boolean

Returns

TypeDescription
Boolean

true if item renaming is finished; otherwise, false.

|

Remarks

Item renaming can be initiated by an end-user or in code, via the LayoutController.Rename method.

See Also

Rename(BaseLayoutItem)

CancelRenaming()

LayoutController Class

LayoutController Members

DevExpress.Xpf.Docking Namespace