Class PivotGridCellVisualAutomationPeer
Class that defines the visual cell element
Inheritance
System.Object
PivotGridCellVisualAutomationPeer
Implements
System.Windows.Automation.Provider.IValueProvider
System.Windows.Automation.Provider.IGridItemProvider
Namespace: Syncfusion.Windows.Controls.PivotGrid.Automation.Peers
Assembly: Syncfusion.PivotAnalysis.WPF.dll
Syntax
public sealed class PivotGridCellVisualAutomationPeer : UIElementAutomationPeer, IValueProvider, IGridItemProvider
Constructors
PivotGridCellVisualAutomationPeer(PivotGridCell)
Initializes a new instance of the PivotGridCellVisualAutomationPeer class.
Declaration
public PivotGridCellVisualAutomationPeer(PivotGridCell cell)
Parameters
Type | Name | Description |
---|---|---|
PivotGridCell | cell |
Properties
OwnerCell
Gets the parent cell of automation element
Declaration
public PivotGridCell OwnerCell { get; }
Property Value
Type |
---|
PivotGridCell |
Methods
GetAutomationControlTypeCore()
Returns the automation control type as Custom
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
Type |
---|
System.Windows.Automation.Peers.AutomationControlType |
GetClassNameCore()
Returns the class name of automation element
Declaration
protected override string GetClassNameCore()
Returns
Type |
---|
System.String |
Implements
System.Windows.Automation.Provider.IValueProvider
System.Windows.Automation.Provider.IGridItemProvider