Class RecurrenceState
Specifies the state of (recurring) appointment.
Inheritance
System.Object
RecurrenceState
Namespace: Telerik.Maui.Controls.Scheduler
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class RecurrenceState : Enum
Fields
Exception
Represents exceptional appointment - exception from the recurrence rule.
Declaration
public const RecurrenceState Exception
Field Value
RecurrenceState
|
Master
Represents the master appointment, which holds the recurrence rule.
Declaration
public const RecurrenceState Master
Field Value
RecurrenceState
|
Occurrence
Represents a single occurrence of a recurring appointment.
Declaration
public const RecurrenceState Occurrence
Field Value
RecurrenceState
|
value__
Declaration
public int value__
Field Value
System.Int32
|