skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class DockingLogicalTreeHelper

This class helps traversing the logical tree of the Docking control.

Inheritance
System.Object
DockingLogicalTreeHelper
Namespace: Telerik.Windows.Controls.Docking
Assembly: Telerik.Windows.Controls.Docking.dll

Syntax

public static class DockingLogicalTreeHelper : Object

Methods

GetParentDocking(ISplitItem)

Retrieves the parent docking element of a specified split item within the docking layout.

Declaration
public static RadDocking GetParentDocking(this ISplitItem splitContainer)
Parameters
ISplitItem splitContainer

The split container whose parent docking element is to be retrieved.

Returns
RadDocking

The parent docking element of the provided split container, or null if no parent exists.

GetParentDocking(ToolWindow)

Gets the parent Docking control of the ToolWindow.

Declaration
public static RadDocking GetParentDocking(this ToolWindow window)
Parameters
ToolWindow window

Returns
RadDocking

GetParentDocking(RadPane)

Retrieves the parent docking element of the specified RadPane.

Declaration
public static RadDocking GetParentDocking(this RadPane pane)
Parameters
RadPane pane

The RadPane for which to get the parent docking element.

Returns
RadDocking

The parent docking element of the specified RadPane, or null if no parent exists.

GetParentPane(UIElement)

Retrieves the parent pane of the specified UI element in the logical tree of the docking layout.

Declaration
public static RadPane GetParentPane(this UIElement element)
Parameters
System.Windows.UIElement element

The UIElement for which to find the parent pane.

Returns
RadPane

The parent pane of the specified UI element, or null if the element does not belong to a pane.

GetParentSplitContainer(ISplitItem)

Retrieves the parent split container of a specified split item in the docking layout.

Declaration
public static RadSplitContainer GetParentSplitContainer(this ISplitItem splitItem)
Parameters
ISplitItem splitItem

The split item for which to find the parent split container.

Returns
RadSplitContainer

The parent split container of the specified split item, or null if none exists.

GetParentSplitContainer(RadPane)

Retrieves the parent split container of the specified RadPane from the logical tree.

Declaration
public static RadSplitContainer GetParentSplitContainer(this RadPane radPane)
Parameters
RadPane radPane

The RadPane for which to find the parent split container.

Returns
RadSplitContainer

The parent SplitContainer of the specified RadPane, or null if not found.

GetParentToolWindow(ISplitItem)

Retrieves the parent tool window of the specified split item in the docking layout.

Declaration
public static ToolWindow GetParentToolWindow(this ISplitItem splitContainer)
Parameters
ISplitItem splitContainer

The split container for which to find the parent tool window.

Returns
ToolWindow

The parent tool window associated with the specified split container, or null if none exists.

GetParentToolWindow(RadPane)

Retrieves the parent tool window for the specified RadPane.

Declaration
public static ToolWindow GetParentToolWindow(this RadPane pane)
Parameters
RadPane pane

The RadPane for which to find the parent tool window.

Returns
ToolWindow

The parent ToolWindow of the specified RadPane, or null if no parent tool window exists.

GetRootLevelSplitContainer(ISplitItem)

Resolves the RadSplitContainer, which direct parent is not a SplitContainer, containing the target element. Commonly these are the split containers, hosted in ToolWindow or directly in the RadDocking control.

Declaration
public static RadSplitContainer GetRootLevelSplitContainer(this ISplitItem splitItem)
Parameters
ISplitItem splitItem

The RadPaneGroup or RadSplitContainer which root-level container to search for.

Returns
RadSplitContainer

A RadSplitContainer which direct parent is not of type RadSplitContainer.

GetRootLevelSplitContainer(RadPane)

Resolves the RadSplitContainer, which direct parent is not a SplitContainer, containing the target element. Commonly these are the split containers, hosted in ToolWindow or directly in the RadDocking control.

Declaration
public static RadSplitContainer GetRootLevelSplitContainer(this RadPane pane)
Parameters
RadPane pane

The RadPane which root-level container to search for.

Returns
RadSplitContainer

A RadSplitContainer which direct parent is not of type RadSplitContainer.

Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.