New to Kendo UI for Angular? Start a free 30-day trial
ViewBase
Updated on Feb 5, 2026
Serves as the base class for the timeline view components of the Gantt.
typescript
export class CustomTimelineViewComponent extends ViewBase {
public readonly type: TimelineViewType = 'custom';
}
| Name | Type | Default | Description |
|---|---|---|---|
currentTimeMarker |
|
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 |
|
|
Sets the width of the time slot headers in pixels. |
timelineHeadersDateFormat |
|
Sets the date format for the Grouped and Column headers. | |
type |
|
Specifies the type for the view ( |