New to Telerik UI for BlazorStart a free 30-day trial

Definition

Constructors

C#
public SchedulerTimelineView()

Properties

Sets the pixel width of each time slot column in the Timeline view. Controls the horizontal spacing and visual density of the timeline. Example: 100 provides comfortable spacing, 50 creates a more compact view. Affects overall timeline width and may influence scrolling behavior with many time slots.

C#
[Parameter]
public decimal ColumnWidth { get; set; }

Controls how many consecutive days display horizontally in the Timeline view. Each day creates a separate column of time slots. For example, 7 creates a weekly timeline, 30 approximates a monthly view. Larger values show more scheduling context but may require horizontal scrolling.

C#
[Parameter]
public int NumberOfDays { get; set; }