ClassGridViewGroupPanelAutomationPeer
Class
An AutomationPeer type for GridViewGroupPanel.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
cs-api-definition
public class GridViewGroupPanelAutomationPeer : FrameworkElementAutomationPeer
Inheritance: objectGridViewGroupPanelAutomationPeer
Constructors
GridViewGroupPanelAutomationPeer(GridViewGroupPanel)
Initializes a new instance of the GridViewGroupPanelAutomationPeer class.
Declaration
cs-api-definition
public GridViewGroupPanelAutomationPeer(GridViewGroupPanel owner)
Parameters
owner
The owner.
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>