Class TreeGridHeaderCellAutomationPeer
Represents the class that exposes the GridIndentCell to UI Automation.
Inheritance
Namespace: Syncfusion.UI.Xaml.Grid.AutomationPeers
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public class TreeGridHeaderCellAutomationPeer : FrameworkElementAutomationPeer
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 |
---|---|
System.Windows.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. |
GetItemStatusCore()
Gets a string that communicates the visual status of the TreeGridHeaderCell that is associated with this TreeGridHeaderCellAutomationPeer.
Declaration
protected override string GetItemStatusCore()
Returns
Type | Description |
---|---|
System.String | Returns a string that communicates the visual status 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. |
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. |