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)
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()
AutomationControlType
The System.Windows.Automation.Peers.AutomationControlType.Custom enumeration value.