Enum Repeat
Represents the stripline repeat options
Namespace: Syncfusion.Windows.Controls.Gantt
Assembly: Syncfusion.Gantt.Wpf.dll
Syntax
public enum Repeat
Fields
| Name | Description |
|---|---|
| Day | Stripline repeated in day basis |
| Hour | Strripline repeated in hour basis |
| Minute | Stripline repeated in minute basis |
| Month | Stripline repeated in month basis |
| None | In Default the repeat mode is set as none |
| Week | Stripline repeated in week basis |
| Year | Stripline repeated in year basis |