Class PivotCellBaseAutomationPeer
A base class for RadPivotGrid cell System.Windows.Automation.Peers.AutomationPeers.
Inheritance
System.Object
PivotCellBaseAutomationPeer
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.Pivot.dll
Syntax
public abstract class PivotCellBaseAutomationPeer : FrameworkElementAutomationPeer, IValueProvider, IGridItemProvider, ITableItemProvider
Properties
Column
Declaration
public int Column { get; }
Property Value
System.Int32
|
ColumnSpan
Declaration
public int ColumnSpan { get; }
Property Value
System.Int32
|
ContainingGrid
Declaration
public IRawElementProviderSimple ContainingGrid { get; }
Property Value
System.Windows.Automation.Provider.IRawElementProviderSimple
|
IsReadOnly
Declaration
public bool IsReadOnly { get; }
Property Value
System.Boolean
|
Row
Declaration
public int Row { get; }
Property Value
System.Int32
|
RowSpan
Declaration
public int RowSpan { get; }
Property Value
System.Int32
|
Value
Declaration
public string Value { get; }
Property Value
System.String
|
Methods
GetAutomationIdCore()
Declaration
protected override string GetAutomationIdCore()
Returns
System.String
|
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
System.String
|
GetColumnHeaderItems()
Declaration
public IRawElementProviderSimple[] GetColumnHeaderItems()
Returns
System.Windows.Automation.Provider.IRawElementProviderSimple[]
|
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
|
GetRowHeaderItems()
Declaration
public IRawElementProviderSimple[] GetRowHeaderItems()
Returns
System.Windows.Automation.Provider.IRawElementProviderSimple[]
|
SetValue(String)
Declaration
public void SetValue(string value)
Parameters
System.String
value
|