ClassGridViewNewRowAutomationPeer
Class
Automation peer that represents a new data record.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
cs-api-definition
public class GridViewNewRowAutomationPeer : FrameworkElementAutomationPeer, IInvokeProvider
Inheritance: objectGridViewNewRowAutomationPeer
Implements:
Constructors
GridViewNewRowAutomationPeer(GridViewNewRow)
Initializes a new instance of the GridViewNewRowAutomationPeer class.
Declaration
cs-api-definition
public GridViewNewRowAutomationPeer(GridViewNewRow row)
Parameters
row
Owner row.
Properties
OwnerRow
Gets or sets the owner row.
Declaration
cs-api-definition
public GridViewNewRow OwnerRow { get; }
Property Value
The owner row.
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
Invoke()
Declaration
cs-api-definition
public void Invoke()