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

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

C#
public class ScheduleViewHeaderAutomationPeer : FrameworkElementAutomationPeer

Inheritance: objectScheduleViewHeaderAutomationPeer

Constructors

Initializes a new instance of the ScheduleViewHeaderAutomationPeer class.

C#
public ScheduleViewHeaderAutomationPeer(FrameworkElement owner)
Parameters:ownerFrameworkElement

The associated RadScheduleViewHeader owner.

Methods

Gets the control type for the System.Windows.UIElement that is associated with this System.Windows.Automation.Peers.UIElementAutomationPeer. This method is called by System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType().

C#
protected override AutomationControlType GetAutomationControlTypeCore()
Returns:

AutomationControlType

The System.Windows.Automation.Peers.AutomationControlType.Custom enumeration value.