Class GanttRangeSnapTo
Determines what the Gantt range calculation is based on.
Inheritance
System.Object
GanttRangeSnapTo
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class GanttRangeSnapTo : Enum
Fields
MajorSlot
Dates are calculated based on the nearest major slot.
Declaration
public const GanttRangeSnapTo MajorSlot
Field Value
GanttRangeSnapTo
|
MinorSlot
Dates are calculated based on the nearest minor slot.
Declaration
public const GanttRangeSnapTo MinorSlot
Field Value
GanttRangeSnapTo
|
value__
Declaration
public int value__
Field Value
System.Int32
|