Interface
ISplitItem

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

Definition

Namespace:Telerik.Windows.Controls.Docking

Assembly:Telerik.Windows.Controls.Docking.dll

Syntax:

cs-api-definition
public interface ISplitItem

Properties

Control

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

Declaration

cs-api-definition
Control Control { get; }

Property Value

Control

ParentContainer

Gets or sets the SplitContainer that holds the item.

Declaration

cs-api-definition
RadSplitContainer ParentContainer { get; }

Property Value

RadSplitContainer

Methods

EnumeratePanes()

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

Declaration

cs-api-definition
IEnumerable<RadPane> EnumeratePanes()

Returns

IEnumerable<RadPane>

Extension Methods