Xceed DataGrid for WPF v7.2 Documentation
OnCreateAutomationPeer Method (Row)


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > Row Class : OnCreateAutomationPeer Method
Creates an appropriate AutomationPeer for this row.
Syntax
'Declaration
 
Protected Overrides Function OnCreateAutomationPeer() As AutomationPeer
'Usage
 
Dim instance As Row
Dim value As AutomationPeer
 
value = instance.OnCreateAutomationPeer()
protected override AutomationPeer OnCreateAutomationPeer()

Return Value

The AutomationPeer for this row.
Requirements

See Also

Reference

Row Class
Row Members
Base Implementation in OnCreateAutomationPeer