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