Back to Devexpress

LayoutController.CancelRenaming() Method

wpf-devexpress-dot-xpf-dot-docking-dot-layoutcontroller-54cd5956.md

latest1.4 KB
Original Source

LayoutController.CancelRenaming() Method

Cancels 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 CancelRenaming()
vb
Public Function CancelRenaming As Boolean

Returns

TypeDescription
Boolean

true if item renaming has been canceled; otherwise, false.

|

Remarks

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

See Also

Rename(BaseLayoutItem)

EndRenaming()

LayoutController Class

LayoutController Members

DevExpress.Xpf.Docking Namespace