Class TreeListViewRowAutomationPeer
An AutomationPeer type for TreeListViewRow.
Inherited Members
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class TreeListViewRowAutomationPeer : GridViewRowAutomationPeer, IExpandCollapseProvider
Constructors
TreeListViewRowAutomationPeer(TreeListViewRow)
Initializes a new instance of the TreeListViewRowAutomationPeer class.
Declaration
public TreeListViewRowAutomationPeer(TreeListViewRow owner)
Parameters
TreeListViewRow
owner
The owner. |
Methods
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
System.String
|
Overrides
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.String
|
Overrides
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
System.String
|
Overrides
GetNameCore()
Declaration
protected override string GetNameCore()
Returns
System.String
|
Overrides
GetPattern(PatternInterface)
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
System.Windows.Automation.Peers.PatternInterface
patternInterface
|
Returns
System.Object
|