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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Docking, DevExpress.Wpf.Navigation

Declaration

public bool ExtendSelectionToParent()

Returns

Type Description
Boolean

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

See Also