Version

IRecordListAutomationPeer Interface Methods

For a list of all members of this type, see IRecordListAutomationPeer members.

Public Methods
 NameDescription
 MethodCouldSupportGridPatternReturns whether the AutomationPeer represents an object that supports the Grid pattern.  
 MethodCreateAutomationPeerCreates and returns a RecordAutomationPeer for the specified Infragistics.Windows.DataPresenter.Record.  
 MethodGetContainingGridReturns an AutomationPeer for the grid that contains the specified Infragistics.Windows.DataPresenter.Cell.  
 MethodGetHeaderPeerCreates and returns a HeaderAutomationPeer for the specified Infragistics.Windows.DataPresenter.Record.  
 MethodGetRecordCollectionReturns the Infragistics.Windows.DataPresenter.RecordCollectionBase associated with the AutomationPeer  
 MethodGetRecordListReturns an IList of Infragistics.Windows.DataPresenter.Record objects contained in the object represented by the AutomationPeer.  
 MethodGetTableRowIndexReturns the index of the table row for the specified Infragistics.Windows.DataPresenter.Cell.  
 MethodProviderFromPeerReturns provider for the specified peer.  
See Also