Version

DataRecord Class Properties

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

Public Properties
 NameDescription
Public PropertyCellsReturns a collection of Cell objects.  
Public PropertyChildRecordsReturns a ExpandableFieldRecordCollection for the child records (read-only)  
Public PropertyDataErrorReturns the data error associated with the underlying data item (IDataErrorInfo's Error property).  
Public PropertyDataItemReturns the underlying data from the data source (read-only)  
Public PropertyDataItemIndexReturns the associated index in the underlying data source (read-only)  
Public PropertyDataPresenterReturns the associated DataPresenterBase (read-only) (Inherited from Infragistics.Windows.DataPresenter.Record)
Public PropertyDescriptionGets/sets the description for the record (Inherited from Infragistics.Windows.DataPresenter.Record)
Public PropertyExpansionIndicatorVisibilityGets/sets if an expansion indicator is shown for this record (Inherited from Infragistics.Windows.DataPresenter.Record)
Public PropertyFieldLayoutReturns the associated FieldLayout (read-only) (Inherited from Infragistics.Windows.DataPresenter.Record)
Public PropertyFixedLocationIndicates whether a Record is fixed and if so to which edge. (Inherited from Infragistics.Windows.DataPresenter.Record)
Public PropertyHasChildrenOverridden. Indicates if this record has any child records (read-only)  
Public PropertyHasDataErrorIndicates if the data record has a data error (IDataErrorInfo's Error property).  
Public PropertyHasExpandableFieldRecordsReturns true if there are any enumerable fields (read-only)  
Public PropertyIndexThe zero-based index of the record in its Record.ParentCollection (read-only). (Inherited from Infragistics.Windows.DataPresenter.Record)
Public PropertyIsActiveGets/sets whether this record is set as the DataPresenterBase's ActiveRecord (Inherited from Infragistics.Windows.DataPresenter.Record)
Public PropertyIsAddRecordReturns true if this is an add record that hasn't been commited to the underlying DataSource yet.  
Public PropertyIsContainingCardCollapsedReturns/sets whether the containing CardViewCard element is collapsed to only show its Header and not its Content. (Inherited from Infragistics.Windows.DataPresenter.Record)
Public PropertyIsContainingCardCollapsedResolvedReturns 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)
Public PropertyIsDataChangedReturns true if cell data has been edited and have not yet been committed to the DataSource.  
Public PropertyIsDataItemDynamicReturns true if the data for this record is provided by a data source that fetches data asynchronously.  
Public PropertyIsDataRecordOverridden. Indicates if this is a data record with a data item from the data source.  
Public PropertyIsDeletedReturns true if this record has been deleted (read-only).  
Public PropertyIsDynamicDataPendingReturns 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.  
Public PropertyIsEnabledGets/sets whether this is record is enabled (Inherited from Infragistics.Windows.DataPresenter.Record)
Public PropertyIsEnabledResolvedGets whether this is record is enabled (read-only) (Inherited from Infragistics.Windows.DataPresenter.Record)
Public PropertyIsExpandedGets/sets whether this is record is expanded to reveal its children (Inherited from Infragistics.Windows.DataPresenter.Record)
Public PropertyIsFilteredOutIndicates whether the record is filtered out. Returns true if the record fails to meet filter criteria.  
Public PropertyIsFixedGets/sets whether this record should be fixed, i.e. not scrollable. (Inherited from Infragistics.Windows.DataPresenter.Record)
Public PropertyIsSelectedProperty: gets/sets whether the record is selected. (Inherited from Infragistics.Windows.DataPresenter.Record)
Public PropertyIsSpecialRecordOverridden. Overridden. Indicates if this record is a special record (filter record, summary record, template add-record etc...).  
Public PropertyNestingDepthCalculates the number of parent records in this record's ancestor chain (read-only) (Inherited from Infragistics.Windows.DataPresenter.Record)
Public PropertyParentCollectionReturns the collection that this record belongs to. (Inherited from Infragistics.Windows.DataPresenter.Record)
Public PropertyParentDataRecordReturns the parent DataRecord or null (read-only) (Inherited from Infragistics.Windows.DataPresenter.Record)
Public PropertyParentRecordReturns the parent record or null (read-only) (Inherited from Infragistics.Windows.DataPresenter.Record)
Public PropertyRecordManagerReturns the associated Record.RecordManager (Inherited from Infragistics.Windows.DataPresenter.Record)
Public PropertyRecordTypeOverridden. Returns the type of the record (read-only)  
Public PropertyShouldCollapseEmptyCellsReturns/sets whether Cells contained in this Record should be collapsed if they contain empty values. (Inherited from Infragistics.Windows.DataPresenter.Record)
Public PropertyShouldCollapseEmptyCellsResolvedOverridden. Returns whether Cells contained in this Record should be collapsed if they contain empty values.  
Public PropertyTagGets or sets an arbitrary object value that can be used to store custom information about this object. (Inherited from Infragistics.Windows.DataPresenter.Record)
Public PropertyTopLevelGroupReturns the top level group if this record is nested in GroupByRecord parent records. (Inherited from Infragistics.Windows.DataPresenter.Record)
Public PropertyUltimateParentRecordReturns the top level parent record (i.e. the record with no parent) (Inherited from Infragistics.Windows.DataPresenter.Record)
Public PropertyViewableChildRecordsReturns a read only collection of this record's direct child records whose visibility is not set to 'Collapsed'. (Inherited from Infragistics.Windows.DataPresenter.Record)
Public PropertyVisibilityGets/sets the visibility of the record (Inherited from Infragistics.Windows.DataPresenter.Record)
Public PropertyVisibilityResolvedGets the resolved visibility of the record (read-only) (Inherited from Infragistics.Windows.DataPresenter.Record)
Public PropertyVisibleIndexReturns the visible index in the collection (read-only) (Inherited from Infragistics.Windows.DataPresenter.Record)
Protected Properties
 NameDescription
Protected PropertyHasListeners (Inherited from Infragistics.PropertyChangeNotifier)
Protected Internal PropertyIsActivatableProperty: Returns true only if the record can be activated (Inherited from Infragistics.Windows.DataPresenter.Record)
Protected Internal PropertyIsSelectableOverridden. Property: Returns true only if the record can be selected  
See Also