New to Telerik UI for WPFStart a free 30-day trial

An AutomationPeer type for RadCardView.

Definition

Namespace:Telerik.Windows.Controls.Data.CardView.Automation

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

C#
public class RadCardViewAutomationPeer : FrameworkElementAutomationPeer, ISelectionProvider, IScrollProvider

Inheritance: objectRadCardViewAutomationPeer

Implements: IScrollProviderISelectionProvider

Constructors

Initializes a new instance of the RadCardViewAutomationPeer class.

C#
public RadCardViewAutomationPeer(RadCardView owner)
Parameters:ownerRadCardView

The owner.

Methods

C#
protected override AutomationControlType GetAutomationControlTypeCore()
Returns:

AutomationControlType

C#
protected override List<AutomationPeer> GetChildrenCore()
Returns:

List<AutomationPeer>

C#
protected override string GetClassNameCore()
Returns:

string

C#
protected override string GetHelpTextCore()
Returns:

string

C#
protected override sealed string GetItemStatusCore()
Returns:

string

C#
protected override string GetLocalizedControlTypeCore()
Returns:

string

C#
public override object GetPattern(PatternInterface patternInterface)
Parameters:patternInterfacePatternInterfaceReturns:

object