IDockController.Rename(BaseLayoutItem) Method
In This Article
Starts dock item renaming.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
bool Rename(
BaseLayoutItem item
)
#Parameters
Name | Type | Description |
---|---|---|
item | Base |
A Base |
#Returns
Type | Description |
---|---|
Boolean | true, if item renaming has been initiated; otherwise, false. |
See Also