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


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

    Return Value

    The AutomationPeer for this ColumnManagerCell instance.
    Requirements

    See Also