Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / Row Class / OnCreateAutomationPeer Method


In This Topic
    OnCreateAutomationPeer Method (Row)
    In This Topic
    Creates an appropriate AutomationPeer for this row.
    Syntax
    'Declaration
     
    <NullableContextAttribute(2)>
    Protected Overrides Function OnCreateAutomationPeer() As AutomationPeer
    'Usage
     
    Dim instance As Row
    Dim value As AutomationPeer
     
    value = instance.OnCreateAutomationPeer()
    [NullableContext(2)]
    protected override AutomationPeer OnCreateAutomationPeer()

    Return Value

    The AutomationPeer for this row.
    Requirements

    See Also