Back to Devexpress

DxSchedulerRecurrenceInfo.Range Property

blazor-devexpress-dot-blazor-dot-dxschedulerrecurrenceinfo-fd0a0d8d.md

latest2.2 KB
Original Source

DxSchedulerRecurrenceInfo.Range Property

Determines how a range’s end date is specified.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public SchedulerRecurrenceRange Range { get; set; }

Property Value

TypeDescription
SchedulerRecurrenceRange

A type of end value.

|

Available values:

NameDescriptionValue
NoEndDate

The recurrence range has no end date, and the appointment repeats indefinitely. The End and OccurrenceCount property values are ignored.

|

0

| | OccurrenceCount |

The range ends after its recurrence count exceeds the value specified by the OccurrenceCount property. The End property value is ignored.

|

1

| | EndByDate |

A recurrent appointment ends after the date specified by the End property. The OccurrenceCount property value is ignored.

|

2

|

Remarks

The recurrent appointment reoccurs during the period of time called ‘range’. The Start property specifies the range’s start date. Use the Range property to determine how the end date should be specified.

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

Implements

Range

See Also

DxSchedulerRecurrenceInfo Class

DxSchedulerRecurrenceInfo Members

DevExpress.Blazor Namespace