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.Start Property

Specifies the recurrent appointment’s start date.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.2.dll

NuGet Package: DevExpress.Blazor

#Declaration

C#
public DateTime Start { get; set; }

#Property Value

Type Description
DateTime

The start date.

#Remarks

The recurrent appointment reoccurs during the period of time called range. The Start property specifies the range’s start date.

The range’s end date depends on the Range property value.

Property Value

End Date

NoEndDate

(Corresponds to 0)

The recurrence range has no end date, the appointment repeats indefinitely.

OccurrenceCount

(Corresponds to 1)

The OccurrenceCount property specifies how many times the appointment occurs.

EndByDate

(Corresponds to 2)

The End property specifies the recurrence range’s end date.

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

#Implements

See Also