ClassRadSplitContainer
Represents the RadDocking for Silverlight RadSplitContainer control wrapper. The instance may contain child split containers as well as pane group controls.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
public class RadSplitContainer : ItemsControl, IAutomationPeer, IPeerConverter, IRadSplitContainer, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlItemsControlRadSplitContainer
Implements:
Inherited Members
Constructors
RadSplitContainer()
Initializes a new instance of the RadSplitContainer class.
Declaration
public RadSplitContainer()
Properties
CenterPoint
Get the center point of the split container screen rectangle.
DockResizer
Get the docking grid resizer control.
Declaration
public RadGridResizer DockResizer { get; }
Property Value
PaneGroups
Get the list of pane groups for this split container.
Declaration
public IList<IRadPaneGroup> PaneGroups { get; }
Property Value
Implements
SplitContainers
Get the list of child split containers.
Declaration
public IList<IRadSplitContainer> SplitContainers { get; }
Property Value
Implements
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides
Implements