Class TreeGridHeaderCellAutomationPeer
Represents the class that exposes the GridIndentCell to UI Automation.
Inheritance
Implements
Namespace: Syncfusion.UI.Xaml.Automation.Peers
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class TreeGridHeaderCellAutomationPeer : FrameworkElementAutomationPeer, IInvokeProvider, IScrollItemProvider
Constructors
TreeGridHeaderCellAutomationPeer(TreeGridHeaderCell)
Initializes a new instance of the TreeGridHeaderCellAutomationPeer class.
Declaration
public TreeGridHeaderCellAutomationPeer(TreeGridHeaderCell treeGridHeaderCell)
Parameters
Type | Name | Description |
---|---|---|
TreeGridHeaderCell | treeGridHeaderCell | Specifies the TreeGridHeaderCell. |
Methods
GetAutomationControlTypeCore()
Gets the control type for the TreeGridHeaderCell that is associated with this TreeGridHeaderCellAutomationPeer.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
Type | Description |
---|---|
Microsoft.UI.Xaml.Automation.Peers.AutomationControlType | Returns the control type for the TreeGridHeaderCell as Custom. |
GetClassNameCore()
Gets the name of the TreeGridHeaderCell that is associated with this TreeGridHeaderCellAutomationPeer.
Declaration
protected override string GetClassNameCore()
Returns
Type | Description |
---|---|
System.String | Returns the name of the TreeGridHeaderCell. |
GetNameCore()
Gets the text label of TreeGridHeaderCell that is associated with TreeGridHeaderCellAutomationPeer.
Declaration
protected override string GetNameCore()
Returns
Type | Description |
---|---|
System.String | Returns the text label of TreeGridHeaderCell. |
GetPatternCore(PatternInterface)
Declaration
protected override object GetPatternCore(PatternInterface patternInterface)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.UI.Xaml.Automation.Peers.PatternInterface | patternInterface |
Returns
Type |
---|
System.Object |
Invoke()
Declaration
public void Invoke()
IsEnabledCore()
Gets a value that indicates whether the TreeGridHeaderCell that is associated with this TreeGridHeaderCellAutomationPeer can accept keyboard focus.
Declaration
protected override bool IsEnabledCore()
Returns
Type | Description |
---|---|
System.Boolean | Returns true. |
ScrollIntoView()
Declaration
public void ScrollIntoView()