Class GridViewNewRowAutomationPeer
Automation peer that represents a new data record.
Inheritance
System.Object
GridViewNewRowAutomationPeer
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GridViewNewRowAutomationPeer : FrameworkElementAutomationPeer, IInvokeProvider
Constructors
GridViewNewRowAutomationPeer(GridViewNewRow)
Initializes a new instance of the Grid
Declaration
public GridViewNewRowAutomationPeer(GridViewNewRow row)
Parameters
Grid Owner row. |
Properties
OwnerRow
Gets or sets the owner row.
Declaration
public GridViewNewRow OwnerRow { get; }
Property Value
Grid The owner row. |
Methods
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System.
|
GetChildrenCore()
Declaration
protected override List<AutomationPeer> GetChildrenCore()
Returns
System.
|
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
System.
|
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.
|
GetItemStatusCore()
Declaration
protected override string GetItemStatusCore()
Returns
System.
|
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
System.
|
GetNameCore()
Declaration
protected override string GetNameCore()
Returns
System.
|
GetPattern(PatternInterface)
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
System.
|
Returns
System.
|
Invoke()
Declaration
public void Invoke()