DataGridCellAutomationPeer(DataGridCell) Constructor

Definition

Initializes a new instance of the DataGridCellAutomationPeer class.

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

Parameters

owner
DataGridCell

An enumeration value that specifies the control pattern.

Applies to