Class SchedulerTimelineView
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class SchedulerTimelineView : SchedulerTimeViewBase, ISchedulerView, IDisposable
Constructors
SchedulerTimelineView()
Declaration
public SchedulerTimelineView()
Properties
ColumnWidth
The width of each time column in pixels.
Declaration
public Decimal ColumnWidth { get; set; }
Property Value
System.Decimal
|
NumberOfDays
How many days will be shown side by side in the view. Defaults to 1.
Declaration
public int NumberOfDays { get; set; }
Property Value
System.Int32
|