For a list of all members of this type, see DataRecord members.
Name | Description | |
---|---|---|
CancelUpdate | Cancels the update of the record when data has been changed (similar to pressing ESC). | |
GetAssociatedRecord | Overridden. Returns the associated record from the UI DataPresenterBase during a print or export operation. | |
GetCellDataError | Returns the field has data error as indicated by the underlying data item's IDataErrorInfo implementation. | |
GetCellHasDataError | Indicates if the field has a data error as indicated by the underlying data item's IDataErrorInfo implementation. | |
GetCellIfAllocated | Gets a Cell only if it has been previously allocated. | |
GetCellText | Returns the text of a specific cell | |
GetCellValue | Overloaded. Returns the value of a specific cell | |
GetDataValueHistory | Overloaded. Returns an IList of DataValueInfo instances that contains the history of data values for the Field with the specified name in the current DataRecord. | |
IsAncestorOf | Determines if this record is anywhere in the parent chain of the record being tested. (Inherited from Infragistics.Windows.DataPresenter.Record) | |
IsCellAllocated | Overloaded. Determines if the cell has been allocated | |
RefreshCellValue | Gets the cell's value and updates the display if the cell is in view | |
RefreshCellValues | Gets each cell's value and updates the display if any cell is in view | |
RefreshFilters | Re-evaluates filters on the record. | |
RefreshSortPosition | If the record is not at the correct sort position in the record collection, this method will reposition it at the correct sort position based on the current sort criteria. Also if the record is in the wrong group record, it will be moved to the correct group record. (Inherited from Infragistics.Windows.DataPresenter.Record) | |
ResetDataValueHistory | Overloaded. Clears the history of data values (except for the most current value) for all Cells in the current DataRecord. | |
ResetExpansionIndicatorVisibility | Resets the value of the Record.ExpansionIndicatorVisibility property. (Inherited from Infragistics.Windows.DataPresenter.Record) | |
SetCellValue | Overloaded. Sets the value of a specific cell | |
ToString | Returns a string representation of the object | |
Update | Updates the data source with any modified cell values for this record. |
Name | Description | |
---|---|---|
OnFirstListenerAdding | (Inherited from Infragistics.PropertyChangeNotifier) | |
OnHasListenersChanged | Called when th number of PropertyChanged listeners changes to or from zero. (Inherited from Infragistics.Windows.DataPresenter.Record) | |
OnPropertyChanged | (Inherited from Infragistics.PropertyChangeNotifier) | |
RaisePropertyChangedEvent | (Inherited from Infragistics.PropertyChangeNotifier) |