Class TreeGridRowGroupHeaderAutomationPeer
Inheritance
System.Object
TreeGridRowGroupHeaderAutomationPeer
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.Pivot.dll
Syntax
public sealed class TreeGridRowGroupHeaderAutomationPeer : FrameworkElementAutomationPeer, IExpandCollapseProvider, IValueProvider
Constructors
TreeGridRowGroupHeaderAutomationPeer(TreeGridRowGroupHeader)
Declaration
public TreeGridRowGroupHeaderAutomationPeer(TreeGridRowGroupHeader owner)
Parameters
TreeGridRowGroupHeader
owner
|
Properties
IsReadOnly
Property used to store the IsEditable property of the TreeGridRowGroupHeader.
Declaration
public bool IsReadOnly { get; }
Property Value
System.Boolean
|
TextValue
Public property for the text of the PivotGroupHeaderAutomationPeer.
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
|