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