Class GridCellElementAutomationPeer
Implements
System.Windows.Automation.Provider.IGridItemProvider
System.Windows.Automation.Provider.IValueProvider
System.Windows.Automation.Provider.ISelectionItemProvider
System.Windows.Automation.Provider.IScrollItemProvider
Namespace: Syncfusion.Windows.Controls.Grid.Automation.Peers
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridCellElementAutomationPeer : FrameworkElementAutomationPeer, IGridItemProvider, IValueProvider, ISelectionItemProvider, IScrollItemProvider
Constructors
GridCellElementAutomationPeer(GridCellElement)
Declaration
public GridCellElementAutomationPeer(GridCellElement cell)
Parameters
| Type | Name | Description |
|---|---|---|
| GridCellElement | cell |
Properties
Cell
Declaration
public GridCellElement Cell { get; }
Property Value
| Type |
|---|
| GridCellElement |
OwnerGrid
Declaration
public GridControlBase OwnerGrid { get; }
Property Value
| Type |
|---|
| GridControlBase |
RowColumnIndex
Declaration
protected RowColumnIndex RowColumnIndex { get; }
Property Value
| Type |
|---|
| RowColumnIndex |
Methods
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
| Type |
|---|
| System.Windows.Automation.Peers.AutomationControlType |
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
| Type |
|---|
| System.String |
GetPattern(PatternInterface)
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.IGridItemProvider
System.Windows.Automation.Provider.IValueProvider
System.Windows.Automation.Provider.ISelectionItemProvider
System.Windows.Automation.Provider.IScrollItemProvider