Class
GridViewRowAutomationPeer

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: TreeListViewRowAutomationPeer

Constructors

GridViewRowAutomationPeer(GridViewRow)

Initializes a new instance of the GridViewRowAutomationPeer class.

Declaration

cs-api-definition
public GridViewRowAutomationPeer(GridViewRow owner)

Parameters

owner

GridViewRow

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

int

The column index.

Returns

AutomationPeer

GetAutomationControlTypeCore()

Declaration

cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()

Returns

AutomationControlType

GetAutomationIdCore()

Declaration

cs-api-definition
protected override string GetAutomationIdCore()

Returns

string

GetBaseItemStatusProperties()

Gets the base item status properties.

Declaration

cs-api-definition
protected string GetBaseItemStatusProperties()

Returns

string

GetChildrenCore()

Declaration

cs-api-definition
protected override List<AutomationPeer> GetChildrenCore()

Returns

List<AutomationPeer>

GetClassNameCore()

Declaration

cs-api-definition
protected override string GetClassNameCore()

Returns

string

GetHelpTextCore()

Declaration

cs-api-definition
protected override string GetHelpTextCore()

Returns

string

GetItemStatusCore()

Declaration

cs-api-definition
protected override string GetItemStatusCore()

Returns

string

GetLocalizedControlTypeCore()

Declaration

cs-api-definition
protected override string GetLocalizedControlTypeCore()

Returns

string

GetNameCore()

Declaration

cs-api-definition
protected override string GetNameCore()

Returns

string