menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PanelBase - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PanelBase

    Presents abstract class for tab panels.

    Inheritance
    System.Object
    PanelBase
    TDILayoutPanel
    TDISplitPanel
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public abstract class PanelBase : FrameworkElement

    Constructors

    PanelBase()

    Declaration
    protected PanelBase()

    Methods

    AddElement(UIElement)

    Adds the element.

    Declaration
    public abstract void AddElement(UIElement element)
    Parameters
    Type Name Description
    System.Windows.UIElement element

    The element.

    GetElement(Boolean)

    Gets the element.

    Declaration
    public virtual UIElement GetElement(bool first)
    Parameters
    Type Name Description
    System.Boolean first

    if set to true [first].

    Returns
    Type Description
    System.Windows.UIElement

    UIElement GetElement

    GetOppositeElement(UIElement)

    Gets the opposite element.

    Declaration
    public virtual UIElement GetOppositeElement(UIElement element)
    Parameters
    Type Name Description
    System.Windows.UIElement element

    The element.

    Returns
    Type Description
    System.Windows.UIElement

    UIElement element

    HasElement(UIElement, Boolean)

    Determines whether [has other element] [the specified element].

    Declaration
    public virtual bool HasElement(UIElement element, bool next)
    Parameters
    Type Name Description
    System.Windows.UIElement element

    The element.

    System.Boolean next

    if set to true [next].

    Returns
    Type Description
    System.Boolean

    true if [has other element] [the specified element]; otherwise, false.

    RemoveElement(UIElement)

    Removes the element.

    Declaration
    public abstract void RemoveElement(UIElement element)
    Parameters
    Type Name Description
    System.Windows.UIElement element

    The element.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved