Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid.Automation Namespace / DataGridControlAutomationPeer Class / CreatePeerForDataGridContext Method
The DataGridContext that is associated with the DataGridContextAutomationPeer.


    CreatePeerForDataGridContext Method
    Creates a DataGridContextAutomationPeer for the specified DataGridContext.
    Syntax
    'Declaration
     
    Protected Overridable Function CreatePeerForDataGridContext( _
       ByVal dataGridContext As DataGridContext _
    ) As DataGridContextAutomationPeer
     
    'Usage
     
    Dim instance As DataGridControlAutomationPeer
    Dim dataGridContext As DataGridContext
    Dim value As DataGridContextAutomationPeer
     
    value = instance.CreatePeerForDataGridContext(dataGridContext)

    Parameters

    dataGridContext
    The DataGridContext that is associated with the DataGridContextAutomationPeer.
    Remarks

    This automation peer remains in memory until the associated item is destroyed.

    The same instance of the automation peer is returned from subsequent calls to this method and calls to FromElement. The type of the peer is determined by the OnCreateAutomationPeer virtual callback. If item does not implement the callback, no automation peer is created, and this method returns null (Nothing in Visual Basic).

    Requirements

    Target Platforms: Windows 11, Windows, 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also