CircularRangeMapper
Class
A RangeMapper that wraps indices around, enabling continuous looping through the item collection.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class CircularRangeMapper : RangeMapper
Inheritance: objectRangeMapperCircularRangeMapper
Inherited Members
Constructors
C#
public CircularRangeMapper()
Methods
Adjusts the specified index so it falls within the given range, wrapping by multiples of ItemsCount if needed.
Adjusts the specified range so its bounds are consistent with ItemsCount.