Class TreeGridRowHeaderAutomationPeer
Inheritance
System.Object
TreeGridRowHeaderAutomationPeer
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.Pivot.dll
Syntax
public sealed class TreeGridRowHeaderAutomationPeer : FrameworkElementAutomationPeer, IValueProvider
Constructors
TreeGridRowHeaderAutomationPeer(TreeGridRowHeader)
Declaration
public TreeGridRowHeaderAutomationPeer(TreeGridRowHeader owner)
Parameters
TreeGridRowHeader
owner
|
Properties
IsReadOnly
Property used to store the IsEditable property of the TreeGridRowHeader.
Declaration
public bool IsReadOnly { get; }
Property Value
System.Boolean
|
TextValue
Public property for the text of the TreeGridRowHeaderAutomationPeer.
Declaration
public string TextValue { get; }
Property Value
System.String
|
Methods
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System.Windows.Automation.Peers.AutomationControlType
|
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
System.String
|
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.String
|
GetItemTypeCore()
Declaration
protected override string GetItemTypeCore()
Returns
System.String
|
GetNameCore()
Declaration
protected override string GetNameCore()
Returns
System.String
|
GetPattern(PatternInterface)
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
System.Windows.Automation.Peers.PatternInterface
patternInterface
|
Returns
System.Object
|
IsContentElementCore()
Declaration
protected override bool IsContentElementCore()
Returns
System.Boolean
|
SetValue(String)
Sets the header's text.
Declaration
public void SetValue(string value)
Parameters
System.String
value
|