New to Kendo UI for AngularStart a free 30-day trial

SelectionRangeEnd

Defines which end of a selection range is currently active for user interaction.

The possible values are:

  • start - The start date of the range is active for selection
  • end - The end date of the range is active for selection
  • null - No range end is currently active
typescript
const activeEnd: SelectionRangeEnd = 'start';

type SelectionRangeEnd = "start" | "end" | null;

Not finding the help you need?
Contact Support