Version

PercentileData<T> Class Members

The following tables list the members exposed by PercentileData<T>.

Public Constructors
 NameDescription
Public ConstructorPercentileData<T> Constructor  
Protected Properties
 NameDescription
Protected PropertyCachedCastedListGets / sets the System.Collections.IList of data casted to the System.Linq.IQueryable which is needed for later actions. (Inherited from Infragistics.Controls.Grids.PercentileData)
Protected Internal PropertyCalculatedMaximumPercentileValueGets the highest value from the list of value. (Inherited from Infragistics.Controls.Grids.PercentileData)
Protected Internal PropertyCalculatedMinimumPercentileValueGets the lowest value from the list of value. (Inherited from Infragistics.Controls.Grids.PercentileData)
Protected PropertyCalculatedValuesDictionaryGets / sets an System.Collections.IDictionary which contains previously calculated and cached values. (Inherited from Infragistics.Controls.Grids.PercentileData)
Protected PropertyItemCountGets / sets a count of how many items are in the processed list. (Inherited from Infragistics.Controls.Grids.PercentileData)
Protected PropertyOriginalSortedListGets the original list that was generated by the Context operation. (Inherited from Infragistics.Controls.Grids.PercentileData)
Public Methods
 NameDescription
Public MethodGetPercentileValueOverridden. Determines the percentile value that the inputted value will fall into.  
Protected Methods
 NameDescription
Protected Internal MethodGetValueJustOverPercentileOverridden. Attempts to find the first object in a given percentile range.  
Protected Internal MethodGetValueJustUnderPercentileOverridden. Attempts to find the last object in a given percentile range.  
Protected MethodOnOriginalSortedListSetOverridden. Method called when the OriginalSortedList is set so that any calcualations that need to be done can be.  
See Also