For a list of all members of this type, see GroupedRecord members.
| Name | Description | |
|---|---|---|
![]() | ChildGroupRows | Collection of sub-grouped rows. |
![]() | ColumnGroupedBy | Reference to the grid's column the grouping of which produced this row. |
![]() | Expanded | Indicates whether the grid's grouped row is expanded and the data rows or sub-group rows are visible. |
![]() | HasChildGroupRows | Boolean property indicates whether this grouped row has a collection of sub-grouped rows. |
![]() | Index | Returns the index of the grouped row in the collection. |
![]() | IsEmpty | Checks if ViewState has any property with not a default value. This property should be overriden by extended class when additional subobjects are supported. IsEmpty will then check each subobject and return a value based on the check of those objects plus itself. (Inherited from Infragistics.Web.UI.Framework.ObjectBase) |
![]() | OwnerCollection | Gets the instance of the parent collection of the GroupedRecord |
![]() | Rows | An enumerator for data records which belong to this group row, if the grouped row does not have any data records then this property will return null. |
![]() | Text | The text to display in the grouped row |
![]() | Value | Value of the group. |
| Name | Description | |
|---|---|---|
![]() | AdditionalClientState | (Inherited from Infragistics.Web.UI.Framework.ObjectBase) |
![]() | CollectionData | (Inherited from Infragistics.Web.UI.Framework.ObjectBase) |
![]() | DelayLoadingClientCollections | Customizes the client collections loading. If true the collections will be loaded after view state has been loaded. If false the collections will be loaded in RunBot.HandleOnInit. (Inherited from Infragistics.Web.UI.Framework.ObjectBase) |
![]() | IsTrackingViewState | This method returns a boolean value which indicates whether ViewState is being tracked for the object. Once viewstate is being tracked, all property changes are roundtripped from server to client and back within the ViewState hidden field. (Inherited from Infragistics.Web.UI.Framework.ObjectBase) |
![]() | PropCount | This property is used to track the number of properties this object is sending to ClientState. Each derived class overrides this property to indicate the new total of properties. The number consists of the PropCount value of the base class plus the number of ClientState properties utilized by each derived class. (Inherited from Infragistics.Web.UI.Framework.ObjectBase) |
![]() | TransactionLists | (Inherited from Infragistics.Web.UI.Framework.ObjectBase) |
![]() | ViewState | Property to return the ViewState bag for the object. If none exist, then one is created. (Inherited from Infragistics.Web.UI.Framework.ObjectBase) |