Skip to main content

DockLayoutManager.ExtendSelectionToParent() Method

Selects the currently selected item’s parent.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v23.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