Skip to main content

DockControllerBase.Rename(BaseLayoutItem) Method

Starts dock item renaming.

Namespace: DevExpress.Xpf.Docking

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public 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