Skip to main content
A newer version of this page is available. .

DockLayoutManager.ExtendSelectionToParent() Method

Selects the currently selected item’s parent.

Namespace: DevExpress.Xpf.Docking

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public bool ExtendSelectionToParent()

Returns

Type Description
Boolean

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

See Also