ClassGridViewRowAutomationPeer
Class
An AutomationPeer for GridViewRow.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
cs-api-definition
public class GridViewRowAutomationPeer : FrameworkElementAutomationPeer
Inheritance: objectGridViewRowAutomationPeer
Derived Classes:
Constructors
GridViewRowAutomationPeer(GridViewRow)
Initializes a new instance of the GridViewRowAutomationPeer class.
Declaration
cs-api-definition
public GridViewRowAutomationPeer(GridViewRow owner)
Parameters
owner
The owner.
Methods
CreateCellAutomationPeer(UIElement, int)
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
cs-api-definition
protected virtual AutomationPeer CreateCellAutomationPeer(UIElement owner, int column)
Parameters
owner
UIElement
The owner.
column
The column index.
Returns
AutomationPeer
GetAutomationControlTypeCore()
Declaration
cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
GetBaseItemStatusProperties()
Gets the base item status properties.
GetChildrenCore()
Declaration
cs-api-definition
protected override List<AutomationPeer> GetChildrenCore()
Returns
List<AutomationPeer>
GetLocalizedControlTypeCore()
Declaration
cs-api-definition
protected override string GetLocalizedControlTypeCore()
Returns