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

An AutomationPeer type for the RadCardViewItem type.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

C#
public class CardViewItemAutomationPeer : CardViewItemBaseAutomationPeer, ISelectionItemProvider

Inheritance: objectCardViewItemBaseAutomationPeerCardViewItemAutomationPeer

Implements: ISelectionItemProvider

Constructors

Initializes a new instance of the CardViewItemAutomationPeer class.

C#
public CardViewItemAutomationPeer(RadCardViewItem owner)
Parameters:ownerRadCardViewItem

The owner.

Properties

C#
public bool IsSelected { get; }

SelectionContainer

IRawElementProviderSimple

C#
public IRawElementProviderSimple SelectionContainer { get; }

Methods

C#
public void AddToSelection()
C#
protected override AutomationControlType GetAutomationControlTypeCore()
Returns:

AutomationControlType

Overrides: CardViewItemBaseAutomationPeer.GetAutomationControlTypeCore()

C#
protected override string GetAutomationIdCore()
Returns:

string

Overrides: CardViewItemBaseAutomationPeer.GetAutomationIdCore()

C#
protected override string GetClassNameCore()
Returns:

string

Overrides: CardViewItemBaseAutomationPeer.GetClassNameCore()

C#
protected override string GetHelpTextCore()
Returns:

string

Overrides: CardViewItemBaseAutomationPeer.GetHelpTextCore()

C#
protected override string GetItemStatusCore()
Returns:

string

Overrides: CardViewItemBaseAutomationPeer.GetItemStatusCore()

C#
protected override string GetLocalizedControlTypeCore()
Returns:

string

Overrides: CardViewItemBaseAutomationPeer.GetLocalizedControlTypeCore()

C#
protected override string GetNameCore()
Returns:

string

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

object

C#
public void RemoveFromSelection()
C#
public void Select()