ClassGridViewCellAutomationPeer
Class
Exposes GridViewCellBase types to UI Automation.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
cs-api-definition
public class GridViewCellAutomationPeer : FrameworkElementAutomationPeer, IGridItemProvider, ITableItemProvider, IValueProvider
Inheritance: objectGridViewCellAutomationPeer
Implements:
Constructors
GridViewCellAutomationPeer(GridViewCell, GridViewDataControlAutomationPeer)
Initializes a new instance of the GridViewCellAutomationPeer class.
Declaration
cs-api-definition
public GridViewCellAutomationPeer(GridViewCell owner, GridViewDataControlAutomationPeer parentGridViewDataControlPeer)
Parameters
owner
The owner cell.
parentGridViewDataControlPeer
GridViewDataControlAutomationPeer
The parent grid view peer.
Properties
Methods
GetAutomationControlTypeCore()
Declaration
cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
GetChildrenCore()
Declaration
cs-api-definition
protected override List<AutomationPeer> GetChildrenCore()
Returns
List<AutomationPeer>
GetLocalizedControlTypeCore()
Declaration
cs-api-definition
protected override string GetLocalizedControlTypeCore()
Returns
GetPattern(PatternInterface)
Declaration
cs-api-definition
public override object GetPattern(PatternInterface patternInterface)
Parameters
patternInterface
PatternInterface
Returns