Skip to main content

DockLayoutManager.ExtendSelectionToParent() Method

In This Article

Selects the currently selected item's parent.

Namespace: DevExpress.Xpf.Docking

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

#Declaration

public bool ExtendSelectionToParent()

#Returns

Type Description
Boolean

true if the item's parent has been selected; otherwise, false.

See Also