Class PaneGroupBase
Represents a base class for storing RadPanes.
Inherited Members
Namespace: Telerik.Windows.Controls.Docking
Assembly: Telerik.Windows.Controls.Docking.dll
Syntax
public abstract class PaneGroupBase : RadTabControl, IThemable
Constructors
PaneGroupBase()
Fields
SelectedPaneProperty
Identifies the SelectedPane dependency property.
Declaration
public static readonly DependencyProperty SelectedPaneProperty
Field Value
System.Windows.DependencyProperty
|
Properties
PaneHeader
Gets or sets the PaneHeader control.
Declaration
protected PaneHeader PaneHeader { get; set; }
Property Value
PaneHeader
|
SelectedPane
Gets the currently selected pane.
Declaration
public RadPane SelectedPane { get; }
Property Value
RadPane
|
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.Windows.Controls.Control.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
Overrides
OnCreateAutomationPeer()
Creates a Telerik.Windows.Controls.RadTabControlAutomationPeer peer associated with this object.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
An instance of the Telerik.Windows.Controls.RadTabControlAutomationPeer. |
Overrides
OnGotFocus(RoutedEventArgs)
Called before the System.Windows.UIElement.GotFocus event occurs.
Declaration
protected override void OnGotFocus(RoutedEventArgs e)
Parameters
System.Windows.RoutedEventArgs
e
The event data. |
Overrides
OnSelectionChanged(RadSelectionChangedEventArgs)
Raises the SelectionChanged routed event.
Declaration
protected override void OnSelectionChanged(RadSelectionChangedEventArgs e)
Parameters
RadSelectionChangedEventArgs
e
|
Overrides
PrepareContainerForItemOverride(DependencyObject, Object)
Prepares the specified element to display the specified item.
Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
System.Windows.DependencyObject
element
Element used to display the specified item. |
System.Object
item
Specified item. |
Overrides
ResetTheme()
Resets the theme.
Declaration
public void ResetTheme()
UpdateCheckedState(Boolean)
Declaration
protected void UpdateCheckedState(bool isChecked)
Parameters
System.Boolean
isChecked
|