For a list of all members of this type, see RecordManager members.
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) |