Class GanttTimeRulerItemAutomationPeer
Provides a class that exposes a single item in the time ruler section of RadGanttView to UI Automation.
Inheritance
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.GanttView.dll
Syntax
public class GanttTimeRulerItemAutomationPeer : FrameworkElementAutomationPeer
Constructors
GanttTimeRulerItemAutomationPeer(FrameworkElement)
Initializes a new instance of the GanttTimeRulerItemAutomationPeer class.
Declaration
public GanttTimeRulerItemAutomationPeer(FrameworkElement owner)
Parameters
System.Windows.FrameworkElement
owner
The owner panel which is Framework element of type IDataContainer. |
Methods
GetLocalizedControlTypeCore()
When overridden in a derived class, is called by System.Windows.Automation.Peers.AutomationPeer.GetLocalizedControlType.
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
System.String
The type of the control. |
GetNameCore()
Gets the text label of the System.Windows.ContentElement that is associated with this System.Windows.Automation.Peers.ContentElementAutomationPeer. Called by System.Windows.Automation.Peers.AutomationPeer.GetName().
Declaration
protected override string GetNameCore()
Returns
System.String
The text label of the element that is associated with this automation peer. |