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


In This Topic
    OnCreateAutomationPeer Method (ColumnManagerRow)
    In This Topic
    Creates an appropriate AutomationPeer for this ColumnManagerRow instance.
    Syntax
    'Declaration
     
    Protected Overrides Function OnCreateAutomationPeer() As AutomationPeer
    'Usage
     
    Dim instance As ColumnManagerRow
    Dim value As AutomationPeer
     
    value = instance.OnCreateAutomationPeer()
    protected override AutomationPeer OnCreateAutomationPeer()

    Return Value

    The AutomationPeer for this ColumnManagerRow instance.
    Requirements

    See Also