Exposes GridViewCellBase types to UI Automation.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
C#
public class GridViewCellAutomationPeer : FrameworkElementAutomationPeer, IGridItemProvider, ITableItemProvider, IValueProvider
Inheritance: objectGridViewCellAutomationPeer
Implements:
Constructors
Initializes a new instance of the GridViewCellAutomationPeer class.
C#
public GridViewCellAutomationPeer(GridViewCell owner, GridViewDataControlAutomationPeer parentGridViewDataControlPeer)
The owner cell.
parentGridViewDataControlPeerGridViewDataControlAutomationPeerThe parent grid view peer.
Properties
C#
public bool IsReadOnly { get; }
Methods
C#
protected override AutomationControlType GetAutomationControlTypeCore()
AutomationControlType
C#
public override object GetPattern(PatternInterface patternInterface)