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

ViewBase

Serves as the base class for the timeline view components of the Gantt.

typescript
export class CustomTimelineViewComponent extends ViewBase {
  public readonly type: TimelineViewType = 'custom';
}
NameTypeDefaultDescription

currentTimeMarker

boolean | CurrentTimeSettings

Specifies the current time marker settings. If you do not set a value, the component uses the value from the Gantt component currentTimeMarker property.

slotWidth

number

100

Sets the width of the time slot headers in pixels.

timelineHeadersDateFormat

TimelineHeaderDateFormat

Sets the date format for the Grouped and Column headers.

type

TimelineViewType

Specifies the type for the view (day, week, month, or year).

Not finding the help you need?
Contact Support