The following tables list the members exposed by RecordManager.
Name | Description | |
---|---|---|
Current | Returns the currently displayed collection of records. | |
CurrentAddRecord | Returns the current add record for this manager | |
DataPresenter | Returns the owning DataPresenterBase object (read-only) | |
DataSourceAllowsAddNew | Returns true if the data source supports adding records (read-only) | |
DataSourceAllowsDelete | Returns true if the data source supports deleting records (read-only) | |
DataSourceAllowsEdit | Returns true if the data source supports editing cells (read-only) | |
Field | Returns the parent field if any (read-only). | |
FilteredInDataItems | Returns collection of data items from the data list that match the current filter criteria in the DataPresenter. | |
Groups | Returns a read-only collection of GroupByRecords. | |
HasGroups | Returns true if the records are grouped (read-only) | |
HasMultipleFieldLayouts | Returns true if the root level records are associated with more than 1 FieldLayout (read-only) | |
IsSorted | Returns true if the records have been sorted by the data presenter. | |
ParentDataRecord | Returns the DataRecord that is the parent of the ParentRecord or null (read-only) | |
ParentRecord | Returns the parent ExpandableFieldRecord or null (read-only) | |
RecordFilters | Specifies the filter criteria with which to filter recods. | |
Sorted | Returns a read-only collection of DataRecords in their sorted order. | |
SourceItems | Returns the underlying collection that provides the items for the RecordManager. | |
Unsorted | Returns a read only collection of DataRecords in their original unsorted order. |
Name | Description | |
---|---|---|
HasListeners | (Inherited from Infragistics.PropertyChangeNotifier) |
Name | Description | |
---|---|---|
CommitAddRecord | Commits the add-record to the data source. | |
GetCrossFieldRecordFilters | Gets a CrossFieldRecordFilterGroup containing a logical operator and a collection of filters for the specified FieldLayout. | |
GetFilteredInDataRecords | Returns data records that pass record filter conditions. | |
GetFilteredOutDataRecords | Returns data records that do not pass record filter conditions. | |
GetRecordFiltersResolved | Returns the RecordFilterCollection that will affect the specified FieldLayout's fields for records in this RecordManager instance. | |
ResetDataValueHistory | Removes all data value change history (except for the latest value) for all Cells in all Records within this RecordManager. | |
SetCrossFieldRecordFilters | Sets a CrossFieldRecordFilterGroup containing a logical operator and a collection of filters for the specified FieldLayout. |
Name | Description | |
---|---|---|
OnFirstListenerAdding | (Inherited from Infragistics.PropertyChangeNotifier) | |
OnHasListenersChanged | (Inherited from Infragistics.PropertyChangeNotifier) | |
OnPropertyChanged | (Inherited from Infragistics.PropertyChangeNotifier) | |
RaisePropertyChangedEvent | (Inherited from Infragistics.PropertyChangeNotifier) |
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from Infragistics.PropertyChangeNotifier) |