New to Telerik UI for WPFStart a free 30-day trial

This class represents the header of a selected pane.

Definition

Namespace:Telerik.Windows.Controls.Docking

Assembly:Telerik.Windows.Controls.Docking.dll

Syntax:

C#
public class PaneHeader : Control

Inheritance: objectPaneHeader

Constructors

Initializes a new instance of the PaneHeader class.

C#
public PaneHeader()

Fields

IsHighlightedProperty

DependencyProperty

Identifies the IsHighlighted property.

C#
public static readonly DependencyProperty IsHighlightedProperty

SelectedPaneProperty

DependencyProperty

Identifies the SelectedPane dependency property.

C#
public static readonly DependencyProperty SelectedPaneProperty

Identifies the SelectedTitleTemplate property.

C#
public static readonly DependencyProperty SelectedTitleTemplateProperty

Properties

Gets or sets a value indicating whether this instance is highlighted.

C#
public bool IsHighlighted { get; set; }
Property Value:

True if this instance is highlighted; otherwise, false.

Gets or sets the selected pane.

C#
public RadPane SelectedPane { get; set; }
Property Value:

The selected pane.

Methods

When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call .

C#
public override void OnApplyTemplate()
C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

Occurs when the input system reports an underlying drag event with this element as the drag origin.

C#
protected virtual void OnDragDropCompleted(object sender, DragDropCompletedEventArgs e)
Parameters:senderobjecteDragDropCompletedEventArgs

Occurs when the input system reports an underlying drag event with this element as the drag origin.

C#
protected virtual void OnDragInitialize(object sender, DragInitializeEventArgs e)
Parameters:senderobjecteDragInitializeEventArgs

Raises the event and sets from the active theme.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

Raises the event.

C#
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
Parameters:eMouseButtonEventArgs

The MouseButtonEventArgs instance containing the event data.