Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DxSchedulerRecurrenceInfo.End Property

Specifies the recurrent appointment’s end date.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.2.dll

NuGet Package: DevExpress.Blazor

#Declaration

C#
public DateTime End { get; set; }

#Property Value

Type Description
DateTime

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.

#Implements

See Also