Class
RadListViewItemAutomationPeer

AutomationPeer class for RadListViewItem.

Definition

Namespace:Telerik.UI.Automation.Peers

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class RadListViewItemAutomationPeer : RadContentControlAutomationPeer, ISelectionItemProvider

Inheritance: objectRadContentControlAutomationPeerRadListViewItemAutomationPeer

Implements: ISelectionItemProvider

Inherited Members RadContentControlAutomationPeer.GetNameCore()

Constructors

RadListViewItemAutomationPeer(RadListViewItem)

Initializes a new instance of the RadListViewItemAutomationPeer class.

Declaration

cs-api-definition
public RadListViewItemAutomationPeer(RadListViewItem owner)

Parameters

owner

RadListViewItem

The RadListViewItem that is associated with this RadListViewItemAutomationPeer.

Properties

IsSelected

Gets a value indicating whether an item is selected.

Declaration

cs-api-definition
public bool IsSelected { get; }

Property Value

bool

SelectionContainer

Gets the provider that implements ISelectionProvider and acts as the container for the calling object.

Declaration

cs-api-definition
public IRawElementProviderSimple SelectionContainer { get; }

Property Value

IRawElementProviderSimple

Methods

AddToSelection()

ISelectionItemProvider implementation.

Declaration

cs-api-definition
public void AddToSelection()

GetAutomationControlTypeCore()

Declaration

cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()

Returns

AutomationControlType

Overrides RadContentControlAutomationPeer.GetAutomationControlTypeCore()

GetClassNameCore()

Declaration

cs-api-definition
protected override string GetClassNameCore()

Returns

string

Overrides RadContentControlAutomationPeer.GetClassNameCore()

GetLocalizedControlTypeCore()

Declaration

cs-api-definition
protected override string GetLocalizedControlTypeCore()

Returns

string

Overrides RadContentControlAutomationPeer.GetLocalizedControlTypeCore()

GetPatternCore(PatternInterface)

Declaration

cs-api-definition
protected override object GetPatternCore(PatternInterface patternInterface)

Parameters

patternInterface

PatternInterface

Returns

object

RemoveFromSelection()

ISelectionItemProvider implementation.

Declaration

cs-api-definition
public void RemoveFromSelection()

Select()

Selects the current element.

Declaration

cs-api-definition
public void Select()