Skip to main content

DockLayoutManager.IsRenaming Property

Gets whether an item is being renamed. This is a dependency property.

Namespace: DevExpress.Xpf.Docking

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

#Declaration

public bool IsRenaming { get; }

#Property Value

Type Description
Boolean

true if an item is being renamed; otherwise, false.

See Also