Enum ScheduleType
Represents the schedule type.
Namespace: Syncfusion.Windows.Controls.Gantt
Assembly: Syncfusion.Gantt.Wpf.dll
Syntax
public enum ScheduleType
Fields
| Name | Description |
|---|---|
| CustomDateTime | Schedule that requires external source to draw date time headers. |
| CustomNumeric | Schedule that requires external source to draw numeric headers. |
| DayWithHours | Schedule with day, and hour header |
| DayWithMinutes | Schedule with Day, hour and minutes header. |
| HoursWithSeconds | Schedule with Hour, minute and seconds header. |
| MinutesWithSeconds | Schedule with Minute and seconds header. |
| MonthWithDays | Scheule with Month, week, and day header |
| MonthWithHours | Schedule with Month, week, day and hour header. |
| WeekWithDays | Schedule with Week and day header. |
| YearWithDays | Schedule with Year, month, week and day header. |
| YearWithMonths | Schedule with Year and month header. |