Class
PivotGroupHeaderAutomationPeer

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.Pivot.dll

Syntax:

cs-api-definition
public sealed class PivotGroupHeaderAutomationPeer : FrameworkElementAutomationPeer, IExpandCollapseProvider, IValueProvider

Inheritance: objectPivotGroupHeaderAutomationPeer

Implements: IExpandCollapseProviderIValueProvider

Constructors

PivotGroupHeaderAutomationPeer(PivotGroupHeader)

Declaration

cs-api-definition
public PivotGroupHeaderAutomationPeer(PivotGroupHeader owner)

Parameters

owner

PivotGroupHeader

Properties

IsReadOnly

Property used to store the IsEditable property of the PivotGroupHeader.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Performance", "CA1822:MarkMembersAsStatic", Justification = "PivotGrid is read only and values cannot be set.")]
public bool IsReadOnly { get; }

Property Value

bool

TextValue

Public property for the text of the PivotGroupHeaderAutomationPeer.

Declaration

cs-api-definition
public string TextValue { get; }

Property Value

string

Methods

GetAutomationControlTypeCore()

Declaration

cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()

Returns

AutomationControlType

GetClassNameCore()

Declaration

cs-api-definition
protected override string GetClassNameCore()

Returns

string

GetHelpTextCore()

Declaration

cs-api-definition
protected override string GetHelpTextCore()

Returns

string

GetItemTypeCore()

Declaration

cs-api-definition
protected override string GetItemTypeCore()

Returns

string

GetNameCore()

Declaration

cs-api-definition
protected override string GetNameCore()

Returns

string

GetPattern(PatternInterface)

Declaration

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

Parameters

patternInterface

PatternInterface

Returns

object

IsContentElementCore()

Declaration

cs-api-definition
protected override bool IsContentElementCore()

Returns

bool

SetValue(string)

Sets the header's text.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Performance", "CA1822:MarkMembersAsStatic", Justification = "PivotGrid is read only and values cannot be set.")]
[SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId = "value", Justification = "PivotGrid is read only and values cannot be set.")]
public void SetValue(string value)

Parameters

value

string