DxSchedulerRecurrenceInfo.End Property
Specifies the recurrent appointment’s end date.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
#Property Value
Type | Description |
---|---|
Date |
The end date. |
#Remarks
The recurrent appointment reoccurs during a period of time referred to as a range. The Start property specifies the range’s start date.
The End
property defines the range’s end date if the Range property is set to EndByDate. In other cases, the End
property value is ignored.
If the Range is set to OccurrenceCount, the OccurrenceCount property specifies how many times the appointment occurs. If the Range is set to NoEndDate, the appointment repeats indefinitely.
See the DxSchedulerRecurrenceInfo class description for more information and an example.