Provides a class that exposes a single cell in the RadGanttView grid section to UI Automation.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.GanttView.dll
Syntax:
public class GanttCellAutomationPeer : FrameworkElementAutomationPeer, IGridItemProvider, IScrollItemProvider, ITableItemProvider
Inheritance: objectGanttCellAutomationPeer
Implements:
Constructors
Initializes a new instance of the GanttCellAutomationPeer class.
public GanttCellAutomationPeer(FrameworkElement owner, int rowIndex, int columnIndex, CellInfo cellInfo, GanttGridAutomationPeer containingGrid)
The owner panel.
rowIndexintThe index of the row which contains the owner panel.
columnIndexintThe index of the column which contains the owner panel.
cellInfoCellInfoThe source data of the owner panel.
containingGridGanttGridAutomationPeerThe parent Grid.
Methods
When overridden in a derived class, is called by System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType().
protected override AutomationControlType GetAutomationControlTypeCore()
AutomationControlType
The control type.
Returns the name of the UIElement that is associated with this . This method is called by .
protected override string GetClassNameCore()
The name of the owner type that is associated with this . See Remarks.
Retrieves a collection of UI Automation providers representing all the column headers associated with a table item or cell.
public IRawElementProviderSimple[] GetColumnHeaderItems()
IRawElementProviderSimple[]
A collection of UI Automation providers.
When overridden in a derived class, is called by System.Windows.Automation.Peers.AutomationPeer.GetName().
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().
public override object GetPattern(PatternInterface patternInterface)
A list of child System.Windows.Automation.Peers.AutomationPeer elements.
Retrieves a collection of UI Automation providers representing all the row headers associated with a table item or cell.
public IRawElementProviderSimple[] GetRowHeaderItems()
IRawElementProviderSimple[]
A collection of UI Automation providers.
Scrolls the content area in order to display the data item within the visible region (viewport) of the container.
public void ScrollIntoView()