Class RadTreeListViewAutomationPeer
An AutomationPeer type for RadTreeListView.
Inherited Members
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class RadTreeListViewAutomationPeer : GridViewDataControlAutomationPeer, ISelectionProvider, ITableProvider, IGridProvider, IScrollProvider
Constructors
RadTreeListViewAutomationPeer(RadTreeListView)
Initializes a new instance of the RadTreeListViewAutomationPeer class.
Declaration
public RadTreeListViewAutomationPeer(RadTreeListView owner)
Parameters
RadTreeListView
owner
The owner. |
Methods
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.String
|
Overrides
GetNameCore()
Gets the text label of the System.Windows.ContentElement that is associated with this System.Windows.Automation.Peers.ContentElementAutomationPeer. Called by System.Windows.Automation.Peers.AutomationPeer.GetName.
Declaration
protected override string GetNameCore()
Returns
System.String
The text label of the element that is associated with this automation peer. |