InterfaceIRadSplitContainer
Interface
Represents the IRadSplitContainer control wrapper for SL/Wpf interface.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public interface IRadSplitContainer : IControl, IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
PaneGroups
Get the list of pane groups for this split container.
Declaration
cs-api-definition
IList<IRadPaneGroup> PaneGroups { get; }
Property Value
SplitContainers
Get the list of child split containers.
Declaration
cs-api-definition
IList<IRadSplitContainer> SplitContainers { get; }
Property Value