New to Telerik UI for WPFStart a free 30-day trial

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

Constructors

Initializes a new instance of the RadTreeListViewAutomationPeer class.

C#
public RadTreeListViewAutomationPeer(RadTreeListView owner)
Parameters:ownerRadTreeListView

The owner.

Methods

C#
protected override string GetHelpTextCore()
Returns:

string

Overrides: GridViewDataControlAutomationPeer.GetHelpTextCore()

C#
protected override string GetItemStatusCore()
Returns:

string

Overrides: GridViewDataControlAutomationPeer.GetItemStatusCore()

Gets the text label of the that is associated with this . Called by .

C#
protected override string GetNameCore()
Returns:

string

The text label of the element that is associated with this automation peer.

Overrides: GridViewDataControlAutomationPeer.GetNameCore()