Class GanttViewBase
Inheritance
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public abstract class GanttViewBase : ComponentBase, IGanttView, IDisposable
Constructors
GanttViewBase()
Declaration
protected GanttViewBase()
Properties
RangeEnd
Determines the latest date that's shown in the view. It's rounded up to the nearest major time span for the view. If not set the view calculates it based on the Data.
Declaration
public Nullable<DateTime> RangeEnd { get; set; }
Property Value
System.Nullable<System.DateTime>
|
RangeStart
Determines the earliest date that's shown in the view. It's rounded down to the nearest major time span for the view. If not set the view calculates it based on the Data.
Declaration
public Nullable<DateTime> RangeStart { get; set; }
Property Value
System.Nullable<System.DateTime>
|
SlotWidth
Determines the width in pixels of each time slot.
Declaration
public double SlotWidth { get; set; }
Property Value
System.Double
|
Methods
Dispose()
Declaration
public void Dispose()
OnInitialized()
Declaration
protected override void OnInitialized()