Class GridCellAutomationPeer
Represents the class that exposes the Syncfusion.UI.Xaml.Automation.Peers.GridCellAutomationPeer.GridCell to UI Automation.
Inheritance
System.Object
GridCellAutomationPeer
Implements
Microsoft.UI.Xaml.Automation.Provider.IInvokeProvider
Microsoft.UI.Xaml.Automation.Provider.IScrollItemProvider
Microsoft.UI.Xaml.Automation.Provider.IGridItemProvider
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class GridCellAutomationPeer : FrameworkElementAutomationPeer, IInvokeProvider, IScrollItemProvider, IGridItemProvider
Constructors
GridCellAutomationPeer(GridCell)
Declaration
public GridCellAutomationPeer(GridCell gridCell)
Parameters
Type |
Name |
Description |
GridCell |
gridCell |
Specifies the Syncfusion.UI.Xaml.Automation.Peers.GridCellAutomationPeer.GridCell.
|
Properties
Column
Declaration
public int Column { get; }
Property Value
ColumnSpan
Declaration
public int ColumnSpan { get; }
Property Value
ContainingGrid
Declaration
public IRawElementProviderSimple ContainingGrid { get; }
Property Value
Type |
Microsoft.UI.Xaml.Automation.Provider.IRawElementProviderSimple |
Row
Declaration
Property Value
RowSpan
Declaration
public int RowSpan { get; }
Property Value
Methods
GetAutomationControlTypeCore()
Gets the control type for the Syncfusion.UI.Xaml.Automation.Peers.GridCellAutomationPeer.GridCell that is associated with this GridCellAutomationPeer.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
Type |
Description |
Microsoft.UI.Xaml.Automation.Peers.AutomationControlType |
Returns the control type for the Syncfusion.UI.Xaml.Automation.Peers.GridCellAutomationPeer.GridCell as Custom.
|
GetClassNameCore()
Gets the name of the Syncfusion.UI.Xaml.Automation.Peers.GridCellAutomationPeer.GridCell that is associated with this GridCellAutomationPeer.
Declaration
protected override string GetClassNameCore()
Returns
Type |
Description |
System.String |
Returns the name of the Syncfusion.UI.Xaml.Automation.Peers.GridCellAutomationPeer.GridCell.
|
GetHelpTextCore()
Gets the string that describes the functionality of the Syncfusion.UI.Xaml.Automation.Peers.GridCellAutomationPeer.GridCell that is associated with GridCellAutomationPeer.
Declaration
protected override string GetHelpTextCore()
Returns
Type |
Description |
System.String |
Returns the string that describes the functionality of the Syncfusion.UI.Xaml.Automation.Peers.GridCellAutomationPeer.GridCell.
|
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
GetPatternCore(PatternInterface)
Declaration
protected override object GetPatternCore(PatternInterface patternInterface)
Parameters
Type |
Name |
Description |
Microsoft.UI.Xaml.Automation.Peers.PatternInterface |
patternInterface |
|
Returns
Invoke()
Declaration
IsEnabledCore()
Gets a value that indicates whether the Syncfusion.UI.Xaml.Automation.Peers.GridCellAutomationPeer.GridCell that is associated with this GridCellAutomationPeer can accept keyboard focus.
Declaration
protected override bool IsEnabledCore()
Returns
Type |
Description |
System.Boolean |
Returns true.
|
Declaration
public void ScrollIntoView()
Implements
Microsoft.UI.Xaml.Automation.Provider.IInvokeProvider
Microsoft.UI.Xaml.Automation.Provider.IScrollItemProvider
Microsoft.UI.Xaml.Automation.Provider.IGridItemProvider