The following tables list the members exposed by DataRecord.
Name | Description | |
---|---|---|
Cells | Returns a collection of Cell objects. | |
ChildRecords | Returns a ExpandableFieldRecordCollection for the child records (read-only) | |
DataError | Returns the data error associated with the underlying data item (IDataErrorInfo's Error property). | |
DataItem | Returns the underlying data from the data source (read-only) | |
DataItemIndex | Returns the associated index in the underlying data source (read-only) | |
DataPresenter | Returns the associated DataPresenterBase (read-only) (Inherited from Infragistics.Windows.DataPresenter.Record) | |
Description | Gets/sets the description for the record (Inherited from Infragistics.Windows.DataPresenter.Record) | |
ExpansionIndicatorVisibility | Gets/sets if an expansion indicator is shown for this record (Inherited from Infragistics.Windows.DataPresenter.Record) | |
FieldLayout | Returns the associated FieldLayout (read-only) (Inherited from Infragistics.Windows.DataPresenter.Record) | |
FixedLocation | Indicates whether a Record is fixed and if so to which edge. (Inherited from Infragistics.Windows.DataPresenter.Record) | |
HasChildren | Overridden. Indicates if this record has any child records (read-only) | |
HasDataError | Indicates if the data record has a data error (IDataErrorInfo's Error property). | |
HasExpandableFieldRecords | Returns true if there are any enumerable fields (read-only) | |
Index | The zero-based index of the record in its Record.ParentCollection (read-only). (Inherited from Infragistics.Windows.DataPresenter.Record) | |
IsActive | Gets/sets whether this record is set as the DataPresenterBase's ActiveRecord (Inherited from Infragistics.Windows.DataPresenter.Record) | |
IsAddRecord | Returns true if this is an add record that hasn't been commited to the underlying DataSource yet. | |
IsContainingCardCollapsed | Returns/sets whether the containing CardViewCard element is collapsed to only show its Header and not its Content. (Inherited from Infragistics.Windows.DataPresenter.Record) | |
IsContainingCardCollapsedResolved | Returns whether the containing CardViewCard element is collapsed taking into account the setting of the Record.IsContainingCardCollapsed property as well as the CardViewSettings.ShouldCollapseCards property. (Inherited from Infragistics.Windows.DataPresenter.Record) | |
IsDataChanged | Returns true if cell data has been edited and have not yet been committed to the DataSource. | |
IsDataItemDynamic | Returns true if the data for this record is provided by a data source that fetches data asynchronously. | |
IsDataRecord | Overridden. Indicates if this is a data record with a data item from the data source. | |
IsDeleted | Returns true if this record has been deleted (read-only). | |
IsDynamicDataPending | Returns false in all cases except when the data for this record is provided by a data source that fetches data asynchronously (i.e., IsDataItemDynamic is true) and the data has not yet been fetched. | |
IsEnabled | Gets/sets whether this is record is enabled (Inherited from Infragistics.Windows.DataPresenter.Record) | |
IsEnabledResolved | Gets whether this is record is enabled (read-only) (Inherited from Infragistics.Windows.DataPresenter.Record) | |
IsExpanded | Gets/sets whether this is record is expanded to reveal its children (Inherited from Infragistics.Windows.DataPresenter.Record) | |
IsFilteredOut | Indicates whether the record is filtered out. Returns true if the record fails to meet filter criteria. | |
IsFixed | Gets/sets whether this record should be fixed, i.e. not scrollable. (Inherited from Infragistics.Windows.DataPresenter.Record) | |
IsSelected | Property: gets/sets whether the record is selected. (Inherited from Infragistics.Windows.DataPresenter.Record) | |
IsSpecialRecord | Overridden. Overridden. Indicates if this record is a special record (filter record, summary record, template add-record etc...). | |
NestingDepth | Calculates the number of parent records in this record's ancestor chain (read-only) (Inherited from Infragistics.Windows.DataPresenter.Record) | |
ParentCollection | Returns the collection that this record belongs to. (Inherited from Infragistics.Windows.DataPresenter.Record) | |
ParentDataRecord | Returns the parent DataRecord or null (read-only) (Inherited from Infragistics.Windows.DataPresenter.Record) | |
ParentRecord | Returns the parent record or null (read-only) (Inherited from Infragistics.Windows.DataPresenter.Record) | |
RecordManager | Returns the associated Record.RecordManager (Inherited from Infragistics.Windows.DataPresenter.Record) | |
RecordType | Overridden. Returns the type of the record (read-only) | |
ShouldCollapseEmptyCells | Returns/sets whether Cells contained in this Record should be collapsed if they contain empty values. (Inherited from Infragistics.Windows.DataPresenter.Record) | |
ShouldCollapseEmptyCellsResolved | Overridden. Returns whether Cells contained in this Record should be collapsed if they contain empty values. | |
Tag | Gets or sets an arbitrary object value that can be used to store custom information about this object. (Inherited from Infragistics.Windows.DataPresenter.Record) | |
TopLevelGroup | Returns the top level group if this record is nested in GroupByRecord parent records. (Inherited from Infragistics.Windows.DataPresenter.Record) | |
UltimateParentRecord | Returns the top level parent record (i.e. the record with no parent) (Inherited from Infragistics.Windows.DataPresenter.Record) | |
ViewableChildRecords | Returns a read only collection of this record's direct child records whose visibility is not set to 'Collapsed'. (Inherited from Infragistics.Windows.DataPresenter.Record) | |
Visibility | Gets/sets the visibility of the record (Inherited from Infragistics.Windows.DataPresenter.Record) | |
VisibilityResolved | Gets the resolved visibility of the record (read-only) (Inherited from Infragistics.Windows.DataPresenter.Record) | |
VisibleIndex | Returns the visible index in the collection (read-only) (Inherited from Infragistics.Windows.DataPresenter.Record) |
Name | Description | |
---|---|---|
HasListeners | (Inherited from Infragistics.PropertyChangeNotifier) | |
IsActivatable | Property: Returns true only if the record can be activated (Inherited from Infragistics.Windows.DataPresenter.Record) | |
IsSelectable | Overridden. Property: Returns true only if the record can be selected |
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) |
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from Infragistics.PropertyChangeNotifier) |