Version

DataRecord Class Methods

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

Public Methods
 NameDescription
Public MethodCancelUpdateCancels the update of the record when data has been changed (similar to pressing ESC).  
Public MethodGetAssociatedRecordOverridden. Returns the associated record from the UI DataPresenterBase during a print or export operation.  
Public MethodGetCellDataErrorReturns the field has data error as indicated by the underlying data item's IDataErrorInfo implementation.  
Public MethodGetCellHasDataErrorIndicates if the field has a data error as indicated by the underlying data item's IDataErrorInfo implementation.  
Public MethodGetCellIfAllocatedGets a Cell only if it has been previously allocated.  
Public MethodGetCellTextReturns the text of a specific cell  
Public MethodGetCellValueOverloaded. Returns the value of a specific cell  
Public MethodGetDataValueHistoryOverloaded. Returns an IList of DataValueInfo instances that contains the history of data values for the Field with the specified name in the current DataRecord.  
Public MethodIsAncestorOfDetermines if this record is anywhere in the parent chain of the record being tested. (Inherited from Infragistics.Windows.DataPresenter.Record)
Public MethodIsCellAllocatedOverloaded. Determines if the cell has been allocated  
Public MethodRefreshCellValueGets the cell's value and updates the display if the cell is in view  
Public MethodRefreshCellValuesGets each cell's value and updates the display if any cell is in view  
Public MethodRefreshFiltersRe-evaluates filters on the record.  
Public MethodRefreshSortPositionIf 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)
Public MethodResetDataValueHistoryOverloaded. Clears the history of data values (except for the most current value) for all Cells in the current DataRecord.  
Public MethodResetExpansionIndicatorVisibilityResets the value of the Record.ExpansionIndicatorVisibility property. (Inherited from Infragistics.Windows.DataPresenter.Record)
Public MethodSetCellValueOverloaded. Sets the value of a specific cell  
Public MethodToStringReturns a string representation of the object  
Public MethodUpdateUpdates the data source with any modified cell values for this record.  
Protected Methods
 NameDescription
Protected MethodOnFirstListenerAdding (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnHasListenersChangedCalled when th number of PropertyChanged listeners changes to or from zero. (Inherited from Infragistics.Windows.DataPresenter.Record)
Protected MethodOnPropertyChanged (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodRaisePropertyChangedEvent (Inherited from Infragistics.PropertyChangeNotifier)
See Also