ClassRadListViewAutomationPeer
AutomationPeer class for RadListView.
Definition
Namespace:Telerik.UI.Automation.Peers
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class RadListViewAutomationPeer : RadControlAutomationPeer, ISelectionProvider
Inheritance: objectRadControlAutomationPeerRadListViewAutomationPeer
Implements:
Inherited Members
Constructors
RadListViewAutomationPeer(RadListView)
Initializes a new instance of the RadListViewAutomationPeer class.
Declaration
public RadListViewAutomationPeer(RadListView owner)
Parameters
owner
The RadListView that is associated with this RadListViewAutomationPeer.
Properties
CanSelectMultiple
Gets a value indicating whether that specifies whether the UI Automation provider allows more than one child element to be selected concurrently.
IsSelectionRequired
Gets a value indicating whether that specifies whether the UI Automation provider requires at least one child element to be selected.
Methods
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
Overrides
GetChildrenCore()
Declaration
protected override IList<AutomationPeer> GetChildrenCore()
Returns
IList<AutomationPeer>
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
Overrides
GetPatternCore(PatternInterface)
Declaration
protected override object GetPatternCore(PatternInterface patternInterface)
Parameters
patternInterface
PatternInterface
Returns
GetSelection()
Retrieves a UI Automation provider for each child element that is selected.
Declaration
public IRawElementProviderSimple[] GetSelection()
Returns
IRawElementProviderSimple[]