Class GridViewGroupPanelAutomationPeer
An AutomationPeer type for GridViewGroupPanel.
Inheritance
System.Object
GridViewGroupPanelAutomationPeer
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GridViewGroupPanelAutomationPeer : FrameworkElementAutomationPeer
Constructors
GridViewGroupPanelAutomationPeer(GridViewGroupPanel)
Initializes a new instance of the GridViewGroupPanelAutomationPeer class.
Declaration
public GridViewGroupPanelAutomationPeer(GridViewGroupPanel owner)
Parameters
GridViewGroupPanel
owner
The owner. |
Methods
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System.Windows.Automation.Peers.AutomationControlType
|
GetChildrenCore()
Declaration
protected override List<AutomationPeer> GetChildrenCore()
Returns
System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer>
|
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
System.String
|
GetNameCore()
Declaration
protected override string GetNameCore()
Returns
System.String
|