Class GridViewRowAutomationPeer
An AutomationPeer for GridViewRow.
Inheritance
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GridViewRowAutomationPeer : FrameworkElementAutomationPeer
Constructors
GridViewRowAutomationPeer(GridViewRow)
Initializes a new instance of the GridViewRowAutomationPeer class.
Declaration
public GridViewRowAutomationPeer(GridViewRow owner)
Parameters
GridViewRow
owner
The owner. |
Methods
CreateCellAutomationPeer(UIElement, Int32)
Creates the cell automation peer. We need to create it manually since it will not get the properties Column, Row, etc. out-of-the-box and IGridItemProvider, ITableItemProvider properties will not be correct.
Declaration
protected virtual AutomationPeer CreateCellAutomationPeer(UIElement owner, int column)
Parameters
System.Windows.UIElement
owner
The owner. |
System.Int32
column
The column index. |
Returns
System.Windows.Automation.Peers.AutomationPeer
|
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System.Windows.Automation.Peers.AutomationControlType
|
GetAutomationIdCore()
Declaration
protected override string GetAutomationIdCore()
Returns
System.String
|
GetBaseItemStatusProperties()
Gets the base item status properties.
Declaration
protected string GetBaseItemStatusProperties()
Returns
System.String
|
GetChildrenCore()
Declaration
protected override List<AutomationPeer> GetChildrenCore()
Returns
System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer>
|
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
System.String
|
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.String
|
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
System.String
|
GetNameCore()
Declaration
protected override string GetNameCore()
Returns
System.String
|