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

IDockController.Rename(BaseLayoutItem) Method

Starts dock item renaming.

Namespace: DevExpress.Xpf.Docking

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

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

Declaration

bool Rename(
    BaseLayoutItem item
)

Parameters

Name Type Description
item BaseLayoutItem

A BaseLayoutItem to be renamed.

Returns

Type Description
Boolean

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

See Also