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

LayoutController.EndRenaming() Method

Finishes the item renaming in progress.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v19.1.dll

Declaration

public bool EndRenaming()

Returns

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