Class GridViewGroupPanelCellAutomationPeer
An AutomationPeer type for GridViewGroupPanelItem.
Inheritance
System.Object
GridViewGroupPanelCellAutomationPeer
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GridViewGroupPanelCellAutomationPeer : FrameworkElementAutomationPeer, IInvokeProvider
Constructors
GridViewGroupPanelCellAutomationPeer(GridViewGroupPanelCell)
Initializes a new instance of the GridViewGroupPanelCellAutomationPeer class.
Declaration
public GridViewGroupPanelCellAutomationPeer(GridViewGroupPanelCell owner)
Parameters
GridViewGroupPanelCell
owner
The owner. |
Methods
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System.Windows.Automation.Peers.AutomationControlType
|
GetAutomationIdCore()
Declaration
protected override string GetAutomationIdCore()
Returns
System.String
|
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
System.String
|
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.String
|
GetNameCore()
Declaration
protected override string GetNameCore()
Returns
System.String
|
GetPattern(PatternInterface)
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
System.Windows.Automation.Peers.PatternInterface
patternInterface
|
Returns
System.Object
|