Class CardViewGroupPanelAutomationPeer
An AutomationPeer type for CardViewGroupPanel.
Inheritance
System.Object
CardViewGroupPanelAutomationPeer
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public class CardViewGroupPanelAutomationPeer : FrameworkElementAutomationPeer
Constructors
CardViewGroupPanelAutomationPeer(CardViewGroupPanel)
Initializes a new instance of the CardViewGroupPanelAutomationPeer class.
Declaration
public CardViewGroupPanelAutomationPeer(CardViewGroupPanel owner)
Parameters
CardViewGroupPanel
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
|