Class DataGridRowGroupHeaderAutomationPeer
AutomationPeer for DataGridRowGroupHeader
Inheritance
System.Object
DataGridRowGroupHeaderAutomationPeer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Automation.Peers
Assembly: OpenSilver.Controls.Data.dll
Syntax
public class DataGridRowGroupHeaderAutomationPeer : FrameworkElementAutomationPeer
Constructors
| Improve this Doc View SourceDataGridRowGroupHeaderAutomationPeer(DataGridRowGroupHeader)
AutomationPeer for DataGridRowGroupHeader
Declaration
public DataGridRowGroupHeaderAutomationPeer(DataGridRowGroupHeader owner)
Parameters
Type | Name | Description |
---|---|---|
DataGridRowGroupHeader | owner | DataGridRowGroupHeader |
Methods
| Improve this Doc View SourceGetAutomationControlTypeCore()
Gets the control type for the element that is associated with the UI Automation peer.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
Type | Description |
---|---|
AutomationControlType | The control type. |
Overrides
| Improve this Doc View SourceGetClassNameCore()
Called by GetClassName that gets a human readable name that, in addition to AutomationControlType, differentiates the control represented by this AutomationPeer.
Declaration
protected override string GetClassNameCore()
Returns
Type | Description |
---|---|
System.String | The string that contains the name. |