New to Telerik UI for WPFStart a free 30-day trial

Automation peer that represents a single data item in RadGridView.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

C#
public abstract class DataItemAutomationPeer : AutomationPeer

Inheritance: objectDataItemAutomationPeer

Derived Classes: GridViewDataItemAutomationPeer

Constructors

Initializes a new instance of the DataItemAutomationPeer class.

C#
protected DataItemAutomationPeer(object dataItem, GridViewDataControlAutomationPeer dataControlAutomationPeer)
Parameters:dataItemobject

The data item.

dataControlAutomationPeerGridViewDataControlAutomationPeer

The data control automation peer.

Methods

Gets the accelerator key for the UIElement that is associated with this . This method is called by .

C#
protected override string GetAcceleratorKeyCore()
Returns:

string

The that is returned by .

C#
protected override string GetAccessKeyCore()
Returns:

string

C#
protected override AutomationControlType GetAutomationControlTypeCore()
Returns:

AutomationControlType

C#
protected override string GetAutomationIdCore()
Returns:

string

C#
protected override Rect GetBoundingRectangleCore()
Returns:

Rect

C#
protected override string GetClassNameCore()
Returns:

string

C#
protected override Point GetClickablePointCore()
Returns:

Point

C#
protected override string GetHelpTextCore()
Returns:

string

C#
protected override string GetItemStatusCore()
Returns:

string

C#
protected override string GetItemTypeCore()
Returns:

string

C#
protected override AutomationPeer GetLabeledByCore()
Returns:

AutomationPeer

C#
protected override string GetLocalizedControlTypeCore()
Returns:

string

C#
protected override string GetNameCore()
Returns:

string

C#
protected override AutomationOrientation GetOrientationCore()
Returns:

AutomationOrientation

Gets the peer of the corresponding parent.

C#
protected virtual AutomationPeer GetParentElementPeer()
Returns:

AutomationPeer

C#
protected override bool HasKeyboardFocusCore()
Returns:

bool

C#
protected override bool IsContentElementCore()
Returns:

bool

C#
protected override bool IsControlElementCore()
Returns:

bool

C#
protected override bool IsEnabledCore()
Returns:

bool

C#
protected override bool IsKeyboardFocusableCore()
Returns:

bool

C#
protected override bool IsOffscreenCore()
Returns:

bool

C#
protected override bool IsPasswordCore()
Returns:

bool

C#
protected override bool IsRequiredForFormCore()
Returns:

bool

C#
protected override void SetFocusCore()