New to Kendo UI for Angular? Start a free 30-day trial
Next
Represents an action that switches the current view to the next period (more information and examples).
typescript
const action = {
  type: 'next'
};Represents an action that switches the current view to the next period (more information and examples).
const action = {
  type: 'next'
};