Version

RecordManager Class Properties

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

Public Properties
 NameDescription
Public PropertyCurrentReturns the currently displayed collection of records.  
Public PropertyCurrentAddRecordReturns the current add record for this manager  
Public PropertyDataPresenterReturns the owning DataPresenterBase object (read-only)  
Public PropertyDataSourceAllowsAddNewReturns true if the data source supports adding records (read-only)  
Public PropertyDataSourceAllowsDeleteReturns true if the data source supports deleting records (read-only)  
Public PropertyDataSourceAllowsEditReturns true if the data source supports editing cells (read-only)  
Public PropertyFieldReturns the parent field if any (read-only).  
Public PropertyFilteredInDataItemsReturns collection of data items from the data list that match the current filter criteria in the DataPresenter.  
Public PropertyGroupsReturns a read-only collection of GroupByRecords.  
Public PropertyHasGroupsReturns true if the records are grouped (read-only)  
Public PropertyHasMultipleFieldLayoutsReturns true if the root level records are associated with more than 1 FieldLayout (read-only)  
Public PropertyIsSortedReturns true if the records have been sorted by the data presenter.  
Public PropertyParentDataRecordReturns the DataRecord that is the parent of the ParentRecord or null (read-only)  
Public PropertyParentRecordReturns the parent ExpandableFieldRecord or null (read-only)  
Public PropertyRecordFiltersSpecifies the filter criteria with which to filter recods.  
Public PropertySortedReturns a read-only collection of DataRecords in their sorted order.  
Public PropertySourceItemsReturns the underlying collection that provides the items for the RecordManager.  
Public PropertyUnsortedReturns a read only collection of DataRecords in their original unsorted order.  
Protected Properties
 NameDescription
Protected PropertyHasListeners (Inherited from Infragistics.PropertyChangeNotifier)
See Also