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

An AutomationPeer type for TreeListViewRow.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

C#
public class TreeListViewRowAutomationPeer : GridViewRowAutomationPeer, IExpandCollapseProvider

Inheritance: objectGridViewRowAutomationPeerTreeListViewRowAutomationPeer

Implements: IExpandCollapseProvider

Inherited Members GridViewRowAutomationPeer.GetAutomationControlTypeCore()GridViewRowAutomationPeer.GetAutomationIdCore()GridViewRowAutomationPeer.GetBaseItemStatusProperties()GridViewRowAutomationPeer.GetChildrenCore()GridViewRowAutomationPeer.CreateCellAutomationPeer(UIElement, int)

Constructors

Initializes a new instance of the TreeListViewRowAutomationPeer class.

C#
public TreeListViewRowAutomationPeer(TreeListViewRow owner)
Parameters:ownerTreeListViewRow

The owner.

Methods

C#
protected override string GetClassNameCore()
Returns:

string

Overrides: GridViewRowAutomationPeer.GetClassNameCore()

C#
protected override string GetHelpTextCore()
Returns:

string

Overrides: GridViewRowAutomationPeer.GetHelpTextCore()

C#
protected override string GetItemStatusCore()
Returns:

string

Overrides: GridViewRowAutomationPeer.GetItemStatusCore()

C#
protected override string GetLocalizedControlTypeCore()
Returns:

string

Overrides: GridViewRowAutomationPeer.GetLocalizedControlTypeCore()

C#
protected override string GetNameCore()
Returns:

string

Overrides: GridViewRowAutomationPeer.GetNameCore()

C#
public override object GetPattern(PatternInterface patternInterface)
Parameters:patternInterfacePatternInterfaceReturns:

object