ClassPivotHeaderAutomationPeer
Class
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Pivot.dll
Syntax:
cs-api-definition
public sealed class PivotHeaderAutomationPeer : FrameworkElementAutomationPeer, IValueProvider
Inheritance: objectPivotHeaderAutomationPeer
Implements:
Constructors
PivotHeaderAutomationPeer(PivotHeader)
Declaration
cs-api-definition
public PivotHeaderAutomationPeer(PivotHeader owner)
Parameters
owner
Properties
IsReadOnly
Property used to store the IsEditable property of the PivotHeader.
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
Methods
GetAutomationControlTypeCore()
Declaration
cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
GetPattern(PatternInterface)
Declaration
cs-api-definition
public override object GetPattern(PatternInterface patternInterface)
Parameters
patternInterface
PatternInterface
Returns
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