Class DataGridRowsPresenterAutomationPeer
AutomationPeer for DataGridRowsPresenter
Inheritance
System.Object
DataGridRowsPresenterAutomationPeer
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 DataGridRowsPresenterAutomationPeer : FrameworkElementAutomationPeer
Constructors
| Improve this Doc View SourceDataGridRowsPresenterAutomationPeer(DataGridRowsPresenter)
AutomationPeer for DataGridColumnHeadersPresenter
Declaration
public DataGridRowsPresenterAutomationPeer(DataGridRowsPresenter owner)
Parameters
Type | Name | Description |
---|---|---|
DataGridRowsPresenter | owner | DataGridColumnHeadersPresenter |
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 SourceGetChildrenCore()
Declaration
protected override List<AutomationPeer> GetChildrenCore()
Returns
Type | Description |
---|---|
System.Collections.Generic.List<AutomationPeer> |
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. |
Overrides
| Improve this Doc View SourceIsContentElementCore()
Gets a value that specifies whether the element is a content element.
Declaration
protected override bool IsContentElementCore()
Returns
Type | Description |
---|---|
System.Boolean | true if the element is a content element; otherwise false |