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:
C#
public class GanttTimeRulerAutomationPeer : FrameworkElementAutomationPeer
Inheritance: objectGanttTimeRulerAutomationPeer
Constructors
Initializes a new instance of the GanttTimeRulerAutomationPeer class.
C#
public GanttTimeRulerAutomationPeer(GanttItemsPresenter presenter)
The items presenter which contains the owner panel.
Methods
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().
C#
protected override List<AutomationPeer> GetChildrenCore()
List<AutomationPeer>
A list of child System.Windows.Automation.Peers.AutomationPeer elements.
When overridden in a derived class, is called by .