Class PivotGridGroupingBarAutomationPeer
Automation Peer class that defines the GroupingBar of PivotGridCOntrol
Inheritance
System.Object
PivotGridGroupingBarAutomationPeer
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 PivotGridGroupingBarAutomationPeer : FrameworkElementAutomationPeer, IGridProvider, ISelectionProvider, ITableProvider
Constructors
PivotGridGroupingBarAutomationPeer(PivotGridGroupingBar)
Initializes a new instance of the PivotGridGroupingBarAutomationPeer class.
Declaration
public PivotGridGroupingBarAutomationPeer(PivotGridGroupingBar owner)
Parameters
Type | Name | Description |
---|---|---|
PivotGridGroupingBar | owner |
Properties
OwnerGrid
Gets the base control of automation element if the control is PivotGridGroupingBar
Declaration
public PivotGridGroupingBar OwnerGrid { get; }
Property Value
Type |
---|
PivotGridGroupingBar |
Methods
GetAutomationControlTypeCore()
Returns the control type as table for PivotGridControl
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
Type | Description |
---|---|
System.Windows.Automation.Peers.AutomationControlType | control type |
GetChildrenCore()
Returns the child elements associated with the automation element
Declaration
protected override List<AutomationPeer> GetChildrenCore()
Returns
Type |
---|
System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer> |
GetClassNameCore()
Returns the class name of automation element
Declaration
protected override string GetClassNameCore()
Returns
Type |
---|
System.String |
GetPattern(PatternInterface)
Returns the pattern interface 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