A base class for RadPivotGrid cell AutomationPeers.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Pivot.dll
Syntax:
C#
public abstract class PivotCellBaseAutomationPeer : FrameworkElementAutomationPeer, IValueProvider, IGridItemProvider, ITableItemProvider
Inheritance: objectPivotCellBaseAutomationPeer
Derived Classes:
Implements:
Properties
C#
public int ColumnSpan { get; }
ContainingGrid
IRawElementProviderSimple
C#
public IRawElementProviderSimple ContainingGrid { get; }
C#
public bool IsReadOnly { get; }
Methods
C#
public IRawElementProviderSimple[] GetColumnHeaderItems()
IRawElementProviderSimple[]
C#
public override object GetPattern(PatternInterface patternInterface)
C#
public IRawElementProviderSimple[] GetRowHeaderItems()
IRawElementProviderSimple[]