ClassGridViewGroupRowAutomationPeer
Class
An AutomationPeer type for GridViewGroupRow.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
cs-api-definition
public class GridViewGroupRowAutomationPeer : FrameworkElementAutomationPeer, IExpandCollapseProvider
Inheritance: objectGridViewGroupRowAutomationPeer
Implements:
Constructors
GridViewGroupRowAutomationPeer(GridViewGroupRow)
Initializes a new instance of the GridViewGroupRowAutomationPeer class.
Declaration
cs-api-definition
public GridViewGroupRowAutomationPeer(GridViewGroupRow owner)
Parameters
owner
The owner.
Methods
GetAutomationControlTypeCore()
Declaration
cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
GetPattern(PatternInterface)
Declaration
cs-api-definition
public override object GetPattern(PatternInterface patternInterface)
Parameters
patternInterface
PatternInterface
Returns