ClassRadPaneGroup
Represents the RadDocking for Silverlight RadPaneGroup control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class RadPaneGroup : RadTabControl, IAutomationPeer, IPeerConverter, IRadPaneGroup, IRadTabControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlItemsControlRadTabControlRadPaneGroup
Implements:
Inherited Members
Constructors
RadPaneGroup()
Initializes a new instance of the RadPaneGroup class.
Declaration
public RadPaneGroup()
Properties
ContentElement
Gets the ContentPresenter with name ContentElement of a RadPaneGroup
Declaration
public FrameworkElement ContentElement { get; }
Property Value
DockResizer
Get the dock resizer of this group.
Declaration
public RadGridResizer DockResizer { get; }
Property Value
DocumentPanes
Get the list of document panes for this group.
Declaration
public IList<IRadDocumentPane> DocumentPanes { get; }
Property Value
Implements
HeaderCommandsButton
Get the header 'Commands' toggle button.
Declaration
public RadToggleButton HeaderCommandsButton { get; }
Property Value
HeaderTitle
Get the pane header title.
PaneHeader
Get the pane header of this group.
Panes
Get the list of panes for this group.
TabStripPanelPaneGroup
Get the tab strip panel holding the tab items.
Declaration
protected FrameworkElement TabStripPanelPaneGroup { get; }
Property Value
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides
Implements
HeaderClose()
Simulates user clicking on the 'close' button in the header.
Declaration
public void HeaderClose()
HeaderPin()
Simulates user clicking on the 'pin' button in the header.
Declaration
public void HeaderPin()