Enum CurentDateLinePositions
Represent the Gantt IndicatorType
Namespace: Syncfusion.Windows.Controls.Gantt
Assembly: Syncfusion.Gantt.Wpf.dll
Syntax
public enum CurentDateLinePositions
Fields
| Name | Description |
|---|---|
| Absolute | CurrentDateLine will be postion at any where using custom. |
| DynamicTime | CurrentDtaeLine will be positioned at system time when the GanttControl loaded.The position will be changed as per the system time changes. |
| LoadedTime | CurrentDtaeLine will be positioned at system time when the GanttControl loaded. |
| None | CurrentDateLine is not displayed. |
| Today | CurrentDateLine will be positioned at Current Date Begining |