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:
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.