menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class EndType - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved