Version

IRecordListAutomationPeer Interface Members

The following tables list the members exposed by IRecordListAutomationPeer.

Public Properties
 NameDescription
 PropertyIsHorizontalRowLayoutReturns true if the AutomationPeer represents an object that is using horizontal row layout.  
 PropertyIsRootLevelReturns true if the AutomationPeer represents a root level list of Infragistics.Windows.DataPresenter.Records.  
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