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

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.Pivot.dll

Syntax:

C#
public sealed class TreeGridRowGroupHeaderAutomationPeer : FrameworkElementAutomationPeer, IExpandCollapseProvider, IValueProvider

Inheritance: objectTreeGridRowGroupHeaderAutomationPeer

Implements: IExpandCollapseProviderIValueProvider

Constructors

C#
public TreeGridRowGroupHeaderAutomationPeer(TreeGridRowGroupHeader owner)
Parameters:ownerTreeGridRowGroupHeader

Properties

Property used to store the IsEditable property of the TreeGridRowGroupHeader.

C#
public bool IsReadOnly { get; }

Public property for the text of the PivotGroupHeaderAutomationPeer.

C#
public string TextValue { get; }

Methods

C#
protected override AutomationControlType GetAutomationControlTypeCore()
Returns:

AutomationControlType

C#
protected override string GetClassNameCore()
Returns:

string

C#
protected override string GetHelpTextCore()
Returns:

string

C#
protected override string GetItemTypeCore()
Returns:

string

C#
protected override string GetNameCore()
Returns:

string

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

object

C#
protected override bool IsContentElementCore()
Returns:

bool

Sets the header's text.

C#
public void SetValue(string value)
Parameters:valuestring