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