DataGridRowHeaderAutomationPeer(DataGridRowHeader) Constructor

Definition

Initializes a new instance of the DataGridRowHeaderAutomationPeer class.

public:
 DataGridRowHeaderAutomationPeer(System::Windows::Controls::Primitives::DataGridRowHeader ^ owner);
public DataGridRowHeaderAutomationPeer (System.Windows.Controls.Primitives.DataGridRowHeader owner);
new System.Windows.Automation.Peers.DataGridRowHeaderAutomationPeer : System.Windows.Controls.Primitives.DataGridRowHeader -> System.Windows.Automation.Peers.DataGridRowHeaderAutomationPeer
Public Sub New (owner As DataGridRowHeader)

Parameters

owner
DataGridRowHeader

The element associated with this automation peer.

Applies to