Class Repeat
Represents the stripline repeat options
Inheritance
System.Object
Repeat
Namespace: Syncfusion.Windows.Controls.Gantt
Assembly: Syncfusion.Gantt.Wpf.dll
Syntax
public sealed class Repeat : Enum
Fields
Day
Stripline repeated in day basis
Declaration
public const Repeat Day
Field Value
Type |
---|
Repeat |
Hour
Strripline repeated in hour basis
Declaration
public const Repeat Hour
Field Value
Type |
---|
Repeat |
Minute
Stripline repeated in minute basis
Declaration
public const Repeat Minute
Field Value
Type |
---|
Repeat |
Month
Stripline repeated in month basis
Declaration
public const Repeat Month
Field Value
Type |
---|
Repeat |
None
In Default the repeat mode is set as none
Declaration
public const Repeat None
Field Value
Type |
---|
Repeat |
Week
Stripline repeated in week basis
Declaration
public const Repeat Week
Field Value
Type |
---|
Repeat |
Year
Stripline repeated in year basis
Declaration
public const Repeat Year
Field Value
Type |
---|
Repeat |