ClassPivotCellsPanelAutomationPeer
Class
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Pivot.dll
Syntax:
cs-api-definition
public class PivotCellsPanelAutomationPeer : FrameworkElementAutomationPeer, ITableProvider, IGridProvider
Inheritance: objectPivotCellsPanelAutomationPeer
Implements:
Constructors
PivotCellsPanelAutomationPeer(PivotCellsPanel)
Declaration
cs-api-definition
public PivotCellsPanelAutomationPeer(PivotCellsPanel owner)
Parameters
owner
Properties
RowOrColumnMajor
Declaration
cs-api-definition
public RowOrColumnMajor RowOrColumnMajor { get; }
Property Value
RowOrColumnMajor
Methods
GetAutomationControlTypeCore()
Declaration
cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
GetChildrenCore()
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1002:DoNotExposeGenericLists", Justification = "System override.")]
protected override List<AutomationPeer> GetChildrenCore()
Returns
List<AutomationPeer>
GetColumnHeaders()
Declaration
cs-api-definition
public IRawElementProviderSimple[] GetColumnHeaders()
Returns
IRawElementProviderSimple[]
GetLocalizedControlTypeCore()
Declaration
cs-api-definition
protected override string GetLocalizedControlTypeCore()
Returns
GetPattern(PatternInterface)
Declaration
cs-api-definition
public override object GetPattern(PatternInterface patternInterface)
Parameters
patternInterface
PatternInterface
Returns
GetRowHeaders()
Declaration
cs-api-definition
public IRawElementProviderSimple[] GetRowHeaders()
Returns
IRawElementProviderSimple[]