Skip to main content

RecurrenceInfo.Range Property

Gets or sets the type of the recurrence range.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v14.2.Core.dll

#Declaration

public RecurrenceRange Range { get; set; }

#Property Value

Type Description
RecurrenceRange

A RecurrenceRange enumeration member that specifies the recurrence's range type.

#Remarks

The Range property specifies the manner in which the range of recurrence is defined - it sets the time boundaries/limits of the recurrence.

There are three possible scenarios for specifying values for this property:

See Also