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