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:
C#
public class RadTreeListViewAutomationPeer : GridViewDataControlAutomationPeer, IGridProvider, ISelectionProvider, ITableProvider, IScrollProvider
Inheritance: objectGridViewDataControlAutomationPeerRadTreeListViewAutomationPeer
Implements:
Inherited Members
Constructors
Initializes a new instance of the RadTreeListViewAutomationPeer class.
C#
public RadTreeListViewAutomationPeer(RadTreeListView owner)
The owner.
Methods
Gets the text label of the that is associated with this . Called by .
C#
protected override string GetNameCore()
The text label of the element that is associated with this automation peer.
Overrides: