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

ViewBase

Directive

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

Definition

Package:@progress/kendo-angular-gantt

Selector:kendo-gantt-view-base

Syntax:

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

Inputs

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

Sets the width of the time slot headers in pixels.

Default:

100

Sets the date format for the Grouped and Column headers.

Fields

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