Version

GroupByRecord Class Members

The following tables list the members exposed by GroupByRecord.

Public Properties
 NameDescription
Public PropertyChildRecordsReturns a read-only collectionn of Records this group contains  
Public PropertyDataPresenterReturns the associated DataPresenterBase (read-only) (Inherited from Infragistics.Windows.DataPresenter.Record)
Public PropertyDescriptionOverridden. Gets/sets the description for the row  
Public PropertyDescriptionWithSummariesReturns the description of the group-by record, with any summaries appended to it.  
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 PropertyGroupByFieldReturns the Field used for grouping this group (read-only)  
Public PropertyHasChildrenIndicates if this record has any child records (read-only) (Inherited from Infragistics.Windows.DataPresenter.Record)
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 DataPresenterBase.ActiveRecord (Inherited from Infragistics.Windows.DataPresenter.Record)
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 PropertyIsDataRecordIndicates if this is a data record with a data item from the data source. (Inherited from Infragistics.Windows.DataPresenter.Record)
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 all the data records of this group-by record are filtered out.  
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 PropertyIsSpecialRecordIndicates if this record is a special record (filter record, summary record, template add-record etc...). (Inherited from Infragistics.Windows.DataPresenter.Record)
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 PropertyShouldCollapseEmptyCellsResolvedReturns whether Cells contained in this Record should be collapsed if they contain empty values. (Inherited from Infragistics.Windows.DataPresenter.Record)
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 PropertyValueReturns the common value for this group (read-only)  
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 PropertyIsSelectableProperty: Returns true only if the record can be selected (Inherited from Infragistics.Windows.DataPresenter.Record)
Public Methods
 NameDescription
Public MethodGetAssociatedRecordOverridden. Returns the associated record from the UI DataPresenterBase during a print or export operation.  
Public MethodIsAncestorOfDetermines if this record is anywhere in the parent chain of the record being tested. (Inherited from Infragistics.Windows.DataPresenter.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 MethodResetExpansionIndicatorVisibilityResets the value of the Record.ExpansionIndicatorVisibility property. (Inherited from Infragistics.Windows.DataPresenter.Record)
Public MethodToStringReturns a string representation of the object  
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)
Public Events
 NameDescription
Public EventPropertyChanged (Inherited from Infragistics.PropertyChangeNotifier)
See Also