Back to Devexpress

DockLayoutManager.ExtendSelectionToParent() Method

wpf-devexpress-dot-xpf-dot-docking-dot-docklayoutmanager-c088caba.md

latest1.1 KB
Original Source

DockLayoutManager.ExtendSelectionToParent() Method

Selects the currently selected item’s parent.

Namespace : DevExpress.Xpf.Docking

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

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public bool ExtendSelectionToParent()
vb
Public Function ExtendSelectionToParent As Boolean

Returns

TypeDescription
Boolean

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

|

See Also

DockLayoutManager Class

DockLayoutManager Members

DevExpress.Xpf.Docking Namespace