Skip to main content
A newer version of this page is available. .

DxSchedulerRecurrenceInfo.End Property

Specifies the recurrent appointment’s end date.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

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.

Note

See the DxSchedulerRecurrenceInfo class description for more information and an example.

Implements

See Also