New to Telerik UI for WPFStart a free 30-day trial

ISplitItem

Interface

Represents an object that can be the item of a SplitContainer.

Definition

Namespace:Telerik.Windows.Controls.Docking

Assembly:Telerik.Windows.Controls.Docking.dll

Syntax:

C#
public interface ISplitItem

Derived Classes: RadPaneGroupRadSplitContainer

Properties

Control

Control

Gets the actual control that will be a visual child of the SplitContainer.

C#
Control Control { get; }

Gets or sets the SplitContainer that holds the item.

C#
RadSplitContainer ParentContainer { get; }

Methods

Enumerates the panes contained by the split item and its children.

C#
IEnumerable<RadPane> EnumeratePanes()
Returns:

IEnumerable<RadPane>

Extension Methods