A RangeMapper that clamps indices to the valid item range instead of wrapping, disabling looping.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class RestrictedRangeMapper : RangeMapper
Inheritance: objectRangeMapperRestrictedRangeMapper
Inherited Members
Constructors
C#
public RestrictedRangeMapper()
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.