Class EndType
Specifies the available end types for a recurrence pattern in a recurrence editor.
Inheritance
System.Object
EndType
Namespace: Syncfusion.Blazor.Schedule
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class EndType : Enum
Fields
Count
The recurrence ends after a specified number of occurrences.
Declaration
public const EndType Count
Field Value
Type |
---|
EndType |
Never
The recurrence has no specific end date and continues indefinitely.
Declaration
public const EndType Never
Field Value
Type |
---|
EndType |
Until
The recurrence ends on a specified date.
Declaration
public const EndType Until
Field Value
Type |
---|
EndType |