ClassRadTreeListViewAutomationPeer
Provides a base class for automation peers associated with the RadTreeListView control. This class facilitates communication between the RadTreeListView control and accessibility tools, exposing properties and functionality for automation support.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
public class RadTreeListViewAutomationPeer : GridViewDataControlAutomationPeer, IGridProvider, ISelectionProvider, ITableProvider, IScrollProvider
Inheritance: objectGridViewDataControlAutomationPeerRadTreeListViewAutomationPeer
Implements:
Inherited Members
Constructors
RadTreeListViewAutomationPeer(RadTreeListView)
Initializes a new instance of the RadTreeListViewAutomationPeer class.
Declaration
public RadTreeListViewAutomationPeer(RadTreeListView owner)
Parameters
owner
The owner.
Methods
GetItemStatusCore()
Declaration
protected override string GetItemStatusCore()
Returns
Overrides
GetNameCore()
Gets the text label of the that is associated with this . Called by .
Declaration
protected override string GetNameCore()
Returns
The text label of the element that is associated with this automation peer.
Overrides