Class PivotGridControlAutomationPeer
Class that defines the automation peer for PivotGriControl
Inheritance
System.Object
PivotGridControlAutomationPeer
Implements
System.Windows.Automation.Provider.IGridProvider
System.Windows.Automation.Provider.ISelectionProvider
System.Windows.Automation.Provider.ITableProvider
Namespace: Syncfusion.Windows.Controls.PivotGrid.Automation.Peers
Assembly: Syncfusion.PivotAnalysis.WPF.dll
Syntax
public sealed class PivotGridControlAutomationPeer : FrameworkElementAutomationPeer, IGridProvider, ISelectionProvider, ITableProvider
Constructors
PivotGridControlAutomationPeer(PivotGridControl)
Initializes a new instance of the PivotGridControlAutomationPeer class.
Declaration
public PivotGridControlAutomationPeer(PivotGridControl owner)
Parameters
Type | Name | Description |
---|---|---|
PivotGridControl | owner |
Properties
Model
Gets the grid model for PivotGridControl
Declaration
public GridModel Model { get; }
Property Value
Type |
---|
GridModel |
OwnerGrid
Gets the parent control for automation element
Declaration
public PivotGridControl OwnerGrid { get; }
Property Value
Type |
---|
PivotGridControl |
Methods
GetAutomationControlTypeCore()
override method that returns the control type of automation element
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
Type |
---|
System.Windows.Automation.Peers.AutomationControlType |
GetChildrenCore()
Returns the child elements of automation element
Declaration
protected override List<AutomationPeer> GetChildrenCore()
Returns
Type |
---|
System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer> |
GetClassNameCore()
Return the name of owner control of automation element
Declaration
protected override string GetClassNameCore()
Returns
Type |
---|
System.String |
GetPattern(PatternInterface)
retunrs the pattern of automation element
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Automation.Peers.PatternInterface | patternInterface |
Returns
Type |
---|
System.Object |
Implements
System.Windows.Automation.Provider.IGridProvider
System.Windows.Automation.Provider.ISelectionProvider
System.Windows.Automation.Provider.ITableProvider