DockControllerBase.Rename(BaseLayoutItem) Method
Starts dock item renaming.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | BaseLayoutItem | A BaseLayoutItem to be renamed. |
Returns
Type | Description |
---|---|
Boolean | true, if item renaming has been initiated; otherwise, false. |
Implements
See Also