Class GridUnboundRowCellAutomationPeer
Represents the class that exposes the GridUnBoundRowCell to UI Automation.
Inheritance
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.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 |
---|---|
System.Windows.Automation.Peers.AutomationControlType | Returns the control type for the GridUnBoundRowCell as Custom. |
GetChildrenCore()
Gets the collection of child elements of the GridUnBoundRowCell that is associated with this GridUnboundRowCellAutomationPeer.
Declaration
protected override List<AutomationPeer> GetChildrenCore()
Returns
Type | Description |
---|---|
System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer> | Returns the collection of child elements of the GridUnBoundRowCell. |
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. |