Class RecurrenceRangeType
Determines the types of recurrences range.
Inheritance
System.Object
RecurrenceRangeType
Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public sealed class RecurrenceRangeType : Enum
Fields
MaxOccurrences
Number of times to repeat.
Declaration
public const RecurrenceRangeType MaxOccurrences
Field Value
RecurrenceRangeType
|
NoEndDate
Repeat continuously.
Declaration
public const RecurrenceRangeType NoEndDate
Field Value
RecurrenceRangeType
|
RepeatUntil
Repeat until a date.
Declaration
public const RecurrenceRangeType RepeatUntil
Field Value
RecurrenceRangeType
|
value__
Declaration
public int value__
Field Value
System.Int32
|