Class
TreeListViewRowAutomationPeer

An AutomationPeer type for TreeListViewRow.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public class TreeListViewRowAutomationPeer : GridViewRowAutomationPeer, IExpandCollapseProvider

Inheritance: objectGridViewRowAutomationPeerTreeListViewRowAutomationPeer

Implements: IExpandCollapseProvider

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

Constructors

TreeListViewRowAutomationPeer(TreeListViewRow)

Initializes a new instance of the TreeListViewRowAutomationPeer class.

Declaration

cs-api-definition
public TreeListViewRowAutomationPeer(TreeListViewRow owner)

Parameters

owner

TreeListViewRow

The owner.

Methods

GetClassNameCore()

Declaration

cs-api-definition
protected override string GetClassNameCore()

Returns

string

Overrides GridViewRowAutomationPeer.GetClassNameCore()

GetHelpTextCore()

Declaration

cs-api-definition
protected override string GetHelpTextCore()

Returns

string

Overrides GridViewRowAutomationPeer.GetHelpTextCore()

GetItemStatusCore()

Declaration

cs-api-definition
protected override string GetItemStatusCore()

Returns

string

Overrides GridViewRowAutomationPeer.GetItemStatusCore()

GetLocalizedControlTypeCore()

Declaration

cs-api-definition
protected override string GetLocalizedControlTypeCore()

Returns

string

Overrides GridViewRowAutomationPeer.GetLocalizedControlTypeCore()

GetNameCore()

Declaration

cs-api-definition
protected override string GetNameCore()

Returns

string

Overrides GridViewRowAutomationPeer.GetNameCore()

GetPattern(PatternInterface)

Declaration

cs-api-definition
public override object GetPattern(PatternInterface patternInterface)

Parameters

patternInterface

PatternInterface

Returns

object