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

Provides a class that exposes a single item in the time ruler section of RadGanttView to UI Automation.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.GanttView.dll

Syntax:

C#
public class GanttTimeRulerItemAutomationPeer : FrameworkElementAutomationPeer

Inheritance: objectGanttTimeRulerItemAutomationPeer

Constructors

Initializes a new instance of the GanttTimeRulerItemAutomationPeer class.

C#
public GanttTimeRulerItemAutomationPeer(FrameworkElement owner)
Parameters:ownerFrameworkElement

The owner panel which is Framework element of type IDataContainer.

Methods

When overridden in a derived class, is called by .

C#
protected override string GetLocalizedControlTypeCore()
Returns:

string

The type of the control.

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

C#
protected override string GetNameCore()
Returns:

string

The text label of the element that is associated with this automation peer.