Class
GanttTimeRulerAutomationPeer

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

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.GanttView.dll

Syntax:

cs-api-definition
public class GanttTimeRulerAutomationPeer : FrameworkElementAutomationPeer

Inheritance: objectGanttTimeRulerAutomationPeer

Constructors

GanttTimeRulerAutomationPeer(GanttItemsPresenter)

Initializes a new instance of the GanttTimeRulerAutomationPeer class.

Declaration

cs-api-definition
public GanttTimeRulerAutomationPeer(GanttItemsPresenter presenter)

Parameters

presenter

GanttItemsPresenter

The items presenter which contains the owner panel.

Methods

GetChildrenCore()

Gets the collection of child elements of the System.Windows.UIElement that is associated with this System.Windows.Automation.Peers.UIElementAutomationPeer. This method is called by System.Windows.Automation.Peers.AutomationPeer.GetChildren().

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1002:DoNotExposeGenericLists")]
protected override List<AutomationPeer> GetChildrenCore()

Returns

List<AutomationPeer>

A list of child System.Windows.Automation.Peers.AutomationPeer elements.

GetLocalizedControlTypeCore()

When overridden in a derived class, is called by .

Declaration

cs-api-definition
protected override string GetLocalizedControlTypeCore()

Returns

string

The type of the control.