Version

SortableRecordsCollection Class Properties

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

Public Properties
 NameDescription
Public PropertyCountNumber of records in the collection. (Inherited from Infragistics.Web.UI.Framework.Data.FilterableRecordsCollection)
Public PropertyCurrentRecord (Inherited from Infragistics.Web.UI.Framework.Data.DataRecordCollection)
Public PropertyEnableSummariesFilterIndicates whether filter is accounted for when summaries are calculated. (Inherited from Infragistics.Web.UI.Framework.Data.FilterableRecordsCollection)
Public PropertyOwnerAdapterReference to the DataSourceAdapter object that owns the collection. (Inherited from Infragistics.Web.UI.Framework.Data.DataRecordCollection)
Public PropertySelectArgumentsKeeps a reference to the requested select arguments. (Inherited from Infragistics.Web.UI.Framework.Data.DataRecordCollection)
Public PropertySortedRecordsReturns an array of SortedRecord  
Public PropertySortExpressionThe string representing the sort expression  
Public PropertyTotalRecordCountReturns the total number of unfiltered records (Inherited from Infragistics.Web.UI.Framework.Data.FilterableRecordsCollection)
Public PropertyUniqueDataValues (Inherited from Infragistics.Web.UI.Framework.Data.FilterableRecordsCollection)
Protected Properties
 NameDescription
Protected PropertyCurrentThe current DataRecord as enumerating through it (Inherited from Infragistics.Web.UI.Framework.Data.DataRecordCollection)
Protected PropertyHasSummariesIndicates whether the record collection has any summaries set up. (Inherited from Infragistics.Web.UI.Framework.Data.DataRecordCollection)
Protected PropertySummariesA hashtable storing calculated summaries (Inherited from Infragistics.Web.UI.Framework.Data.DataRecordCollection)
See Also