Class GridUnboundRowCellAutomationPeer
Represents the class that exposes the GridUnboundRowCellAutomationPeer to UI Automation.
Inheritance
Namespace: Syncfusion.UI.Xaml.Automation.Peers
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class GridUnboundRowCellAutomationPeer : FrameworkElementAutomationPeer
Constructors
GridUnboundRowCellAutomationPeer(GridCell)
Initializes a new instance of the GridUnboundRowCellAutomationPeer class.
Declaration
public GridUnboundRowCellAutomationPeer(GridCell gridCell)
Parameters
Type | Name | Description |
---|---|---|
GridCell | gridCell | Specifies the GridUnboundRowCell. |
Methods
GetAutomationControlTypeCore()
Gets the control type for the GridUnboundRowCell that is associated with this GridUnboundRowCellAutomationPeer.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
Type | Description |
---|---|
Microsoft.UI.Xaml.Automation.Peers.AutomationControlType | Returns the control type for the GridUnboundRowCell as Custom. |
GetClassNameCore()
Gets the name of the GridUnboundRowCell that is associated with this GridUnboundRowCellAutomationPeer.
Declaration
protected override string GetClassNameCore()
Returns
Type | Description |
---|---|
System.String | Returns the name of the GridUnboundRowCell. |
GetHelpTextCore()
Gets the string that describes the functionality of the GridUnboundRowCell that is associated with GridUnboundRowCellAutomationPeer.
Declaration
protected override string GetHelpTextCore()
Returns
Type | Description |
---|---|
System.String | Returns the string that describes the functionality of the GridUnboundRowCell. |
GetItemStatusCore()
Gets a string that communicates the visual status of the GridUnboundRowCell that is associated with this GridUnboundRowCellAutomationPeer.
Declaration
protected override string GetItemStatusCore()
Returns
Type | Description |
---|---|
System.String | Returns a string that communicates the visual status of the GridUnboundRowCell. |
GetNameCore()
Gets the text label of GridUnboundRowCell that is associated with GridUnboundRowCellAutomationPeer.
Declaration
protected override string GetNameCore()
Returns
Type | Description |
---|---|
System.String | Returns the text label of GridUnboundRowCell. |
IsEnabledCore()
Gets a value that indicates whether the GridUnboundRowCell that is associated with this GridUnboundRowCellAutomationPeer can accept keyboard focus.
Declaration
protected override bool IsEnabledCore()
Returns
Type | Description |
---|---|
System.Boolean | Returns true. |