ClassRadCardViewAutomationPeer
Class
An AutomationPeer type for RadCardView.
Definition
Namespace:Telerik.Windows.Controls.Data.CardView.Automation
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
cs-api-definition
public class RadCardViewAutomationPeer : FrameworkElementAutomationPeer, ISelectionProvider, IScrollProvider
Inheritance: objectRadCardViewAutomationPeer
Implements:
Constructors
RadCardViewAutomationPeer(RadCardView)
Initializes a new instance of the RadCardViewAutomationPeer class.
Declaration
cs-api-definition
public RadCardViewAutomationPeer(RadCardView 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>
GetLocalizedControlTypeCore()
Declaration
cs-api-definition
protected override string GetLocalizedControlTypeCore()
Returns
GetPattern(PatternInterface)
Declaration
cs-api-definition
public override object GetPattern(PatternInterface patternInterface)
Parameters
patternInterface
PatternInterface
Returns