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