New to Kendo UI for Angular? Start 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';
}
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
| |
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 ( |