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.
|
Properties
PaneHeader
Gets or sets the PaneHeader control.
Declaration
protected PaneHeader PaneHeader { get; set; }
Property Value
SelectedPane
Gets the currently selected pane.
Declaration
public RadPane SelectedPane { get; }
Property Value
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass)
call System.
Declaration
public override void OnApplyTemplate()
Overrides
OnCreateAutomationPeer()
Creates a Telerik.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System. An instance of the Telerik. |
Overrides
OnGotFocus(RoutedEventArgs)
Called before the System.
Declaration
protected override void OnGotFocus(RoutedEventArgs e)
Parameters
System. The event data. |
OnGotKeyboardFocus(KeyboardFocusChangedEventArgs)
Called before the System.
Declaration
protected override void OnGotKeyboardFocus(KeyboardFocusChangedEventArgs e)
Parameters
System. The event data. |
OnSelectionChanged(RadSelectionChangedEventArgs)
Raises the SelectionChanged routed event.
Declaration
protected override void OnSelectionChanged(RadSelectionChangedEventArgs e)
Parameters
Overrides
PrepareContainerForItemOverride(DependencyObject, Object)
Prepares the specified element to display the specified item.
Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
System. Element used to display the specified item. |
System. Specified item. |
Overrides
ResetTheme()
Resets the theme.
Declaration
public void ResetTheme()
UpdateCheckedState(Boolean)
Declaration
protected void UpdateCheckedState(bool isChecked)
Parameters
System.
|