Class CurentDateLinePositions
Represent the Gantt IndicatorType
Inheritance
System.Object
CurentDateLinePositions
Namespace: Syncfusion.Windows.Controls.Gantt
Assembly: Syncfusion.Gantt.Wpf.dll
Syntax
public sealed class CurentDateLinePositions : Enum
Fields
Absolute
CurrentDateLine will be postion at any where using custom.
Declaration
public const CurentDateLinePositions Absolute
Field Value
Type |
---|
CurentDateLinePositions |
DynamicTime
CurrentDtaeLine will be positioned at system time when the GanttControl loaded.The position will be changed as per the system time changes.
Declaration
public const CurentDateLinePositions DynamicTime
Field Value
Type |
---|
CurentDateLinePositions |
LoadedTime
CurrentDtaeLine will be positioned at system time when the GanttControl loaded.
Declaration
public const CurentDateLinePositions LoadedTime
Field Value
Type |
---|
CurentDateLinePositions |
None
CurrentDateLine is not displayed.
Declaration
public const CurentDateLinePositions None
Field Value
Type |
---|
CurentDateLinePositions |
Today
CurrentDateLine will be positioned at Current Date Begining
Declaration
public const CurentDateLinePositions Today
Field Value
Type |
---|
CurentDateLinePositions |