Class GanttView
The view modes of the gantt.
Inheritance
System.Object
GanttView
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class GanttView : Enum
Fields
Day
Timeline displaying whole days with slots representing hours.
Declaration
public const GanttView Day
Field Value
GanttView
|
Month
Timeline displaying whole months with slots representing weeks.
Declaration
public const GanttView Month
Field Value
GanttView
|
value__
Declaration
public int value__
Field Value
System.Int32
|
Week
Timeline displaying whole weeks with slots representing days.
Declaration
public const GanttView Week
Field Value
GanttView
|
Year
Timeline displaying whole years with slots representing months.
Declaration
public const GanttView Year
Field Value
GanttView
|