ClassRadListViewItemAutomationPeer
AutomationPeer class for RadListViewItem.
Definition
Namespace:Telerik.UI.Automation.Peers
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class RadListViewItemAutomationPeer : RadContentControlAutomationPeer, ISelectionItemProvider
Inheritance: objectRadContentControlAutomationPeerRadListViewItemAutomationPeer
Implements:
Inherited Members
Constructors
RadListViewItemAutomationPeer(RadListViewItem)
Initializes a new instance of the RadListViewItemAutomationPeer class.
Declaration
public RadListViewItemAutomationPeer(RadListViewItem owner)
Parameters
owner
The RadListViewItem that is associated with this RadListViewItemAutomationPeer.
Properties
IsSelected
Gets a value indicating whether an item is selected.
SelectionContainer
Gets the provider that implements ISelectionProvider and acts as the container for the calling object.
Declaration
public IRawElementProviderSimple SelectionContainer { get; }
Property Value
IRawElementProviderSimple
Methods
AddToSelection()
ISelectionItemProvider implementation.
Declaration
public void AddToSelection()
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
Overrides
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
Overrides
GetPatternCore(PatternInterface)
Declaration
protected override object GetPatternCore(PatternInterface patternInterface)
Parameters
patternInterface
PatternInterface
Returns
RemoveFromSelection()
ISelectionItemProvider implementation.
Declaration
public void RemoveFromSelection()