Skip to main content
A newer version of this page is available. .

LayoutController.CancelRenaming() Method

Cancels the item renaming in progress.

Namespace: DevExpress.Xpf.Docking

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Docking, DevExpress.Wpf.Navigation

Declaration

public bool CancelRenaming()

Returns

Type Description
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