Class SfGridRowAutomationPeer
Represents the class that exposes the grid row to UI Automation.
Inheritance
System.Object
SfGridRowAutomationPeer
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public class SfGridRowAutomationPeer : FrameworkElementAutomationPeer
Constructors
SfGridRowAutomationPeer(VirtualizingCellsControl)
Initializes a new instance of the
Declaration
public SfGridRowAutomationPeer(VirtualizingCellsControl virtualizingCellsControl)
Parameters
Type | Name | Description |
---|---|---|
VirtualizingCellsControl | virtualizingCellsControl | Specifies the VirtualizingCellsControl. |
Methods
GetAutomationControlTypeCore()
Gets the control type for the grid row that is associated with this
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
Type | Description |
---|---|
System.Windows.Automation.Peers.AutomationControlType | Returns the control type for the grid row as Custom. |
GetClassNameCore()
Gets the name of the grid row that is associated with this
Declaration
protected override string GetClassNameCore()
Returns
Type | Description |
---|---|
System.String | Returns the name of the grid row. |
GetItemStatusCore()
Gets a string that communicates the visual status of the grid row that is associated with this
Declaration
protected override string GetItemStatusCore()
Returns
Type | Description |
---|---|
System.String | Returns a string that communicates the visual status of the grid row. |
GetNameCore()
Gets the text label of grid row that is associated with
Declaration
protected override string GetNameCore()
Returns
Type | Description |
---|---|
System.String | Returns the text label of grid row. |
IsEnabledCore()
Gets a value that indicates whether the grid row that is associated with this
Declaration
protected override bool IsEnabledCore()
Returns
Type | Description |
---|---|
System.Boolean | Returns true. |