Class RadSplitContainer
Inheritance
System.Object
RadSplitContainer
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class RadSplitContainer : ItemsControl, IAutomationPeer, IPeerConverter, IRadSplitContainer, IControl, IFrameworkElement, ITargetElement
Constructors
RadSplitContainer()
Declaration
public RadSplitContainer()
Properties
CenterPoint
Declaration
public Point CenterPoint { get; }
Property Value
System.Drawing.Point
|
DockResizer
PaneGroups
Declaration
public IList<IRadPaneGroup> PaneGroups { get; }
Property Value
System.Collections.Generic.IList<IRadPaneGroup>
|
Implements
SplitContainers
Declaration
public IList<IRadSplitContainer> SplitContainers { get; }
Property Value
System.Collections.Generic.IList<IRadSplitContainer>
|
Implements
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|