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:
Constructors
Initializes a new instance of the DataItemAutomationPeer class.
C#
protected DataItemAutomationPeer(object dataItem, GridViewDataControlAutomationPeer dataControlAutomationPeer)
The data item.
dataControlAutomationPeerGridViewDataControlAutomationPeerThe 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 AutomationControlType GetAutomationControlTypeCore()
AutomationControlType
C#
protected override Rect GetBoundingRectangleCore()
Rect
C#
protected override Point GetClickablePointCore()
Point
C#
protected override AutomationPeer GetLabeledByCore()
AutomationPeer
C#
protected override AutomationOrientation GetOrientationCore()
AutomationOrientation
Gets the peer of the corresponding parent.
C#
protected virtual AutomationPeer GetParentElementPeer()
AutomationPeer
C#
protected override void SetFocusCore()