ClassRadPane
Represents the RadDocking for Silverlight RadPane control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class RadPane : RadTabItem, IAutomationPeer, IPeerConverter, IRadPane, IRadTabItem, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlRadTabItemRadPane
Derived Classes:
Implements:
Inherited Members
Constructors
RadPane()
Initializes a new instance of the RadPane class.
Declaration
public RadPane()
Properties
AutoHideHeight
Gets the auto hide height value.
Declaration
public double AutoHideHeight { get; }
Property Value
Implements
AutoHideWidth
Gets the auto hide width value.
CanDockInDocumentHost
Gets a value indicating whether this pane can be docked into the document host.
Declaration
public bool CanDockInDocumentHost { get; }
Property Value
Implements
CanFloat
Gets a value indicating whether this pane can be floated.
IsActive
Gets IsActive property of a pane - true or false
IsHidden
Gets a value indicating whether this pane is hidden.
IsInDocumentHost
Gets a value indicating whether this pane resizes in the document host.
IsLastInGroup
Gets a value indicating whether this pane is positioned as the last item in its group.
Methods
Click()
Simulates user clicking on the pane.
Declaration
public override void Click()
Overrides
Implements