Class
ScheduleViewHeaderAutomationPeer

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

cs-api-definition
public class ScheduleViewHeaderAutomationPeer : FrameworkElementAutomationPeer

Inheritance: objectScheduleViewHeaderAutomationPeer

Constructors

ScheduleViewHeaderAutomationPeer(FrameworkElement)

Initializes a new instance of the ScheduleViewHeaderAutomationPeer class.

Declaration

cs-api-definition
public ScheduleViewHeaderAutomationPeer(FrameworkElement owner)

Parameters

owner

FrameworkElement

The associated RadScheduleViewHeader owner.

Methods

GetAutomationControlTypeCore()

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().

Declaration

cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()

Returns

AutomationControlType

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