Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class SchedulerTimelineView : SchedulerTimeViewBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseSchedulerViewBaseSchedulerTimeViewBaseSchedulerTimelineView
Implements:
Inherited Members
Constructors
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.
[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.
[Parameter]
public int NumberOfDays { get; set; }