PaneGroupBase
Represents a base class for storing RadPanes.
Definition
Namespace:Telerik.Windows.Controls.Docking
Assembly:Telerik.Windows.Controls.Docking.dll
Syntax:
public abstract class PaneGroupBase : RadTabControl
Inheritance: objectRadTabControlBaseRadTabControlPaneGroupBase
Derived Classes:
Inherited Members
Constructors
Initializes a new instance of the PaneGroupBase class.
protected PaneGroupBase()
Fields
SelectedPaneProperty
DependencyProperty
Identifies the SelectedPane dependency property.
public static readonly DependencyProperty SelectedPaneProperty
Properties
Gets or sets the PaneHeader control.
protected PaneHeader PaneHeader { get; set; }
Gets the currently selected pane.
public RadPane SelectedPane { get; }
Methods
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call .
public override void OnApplyTemplate()
Overrides:
OnCreateAutomationPeer()
AutomationPeer
Creates a peer associated with this object.
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
An instance of the .
Overrides:
Called before the event occurs.
protected override void OnGotFocus(RoutedEventArgs e)
The event data.
Called before the KeyboardFocusChangedEventArgs event occurs.
protected override void OnGotKeyboardFocus(KeyboardFocusChangedEventArgs e)
The event data.
Raises the SelectionChanged routed event.
protected override void OnSelectionChanged(RadSelectionChangedEventArgs e)
Overrides:
Prepares the specified element to display the specified item.
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Element used to display the specified item.
itemobjectSpecified item.
Overrides:
Resets the theme.
public void ResetTheme()