A newer version of this page is available.
Switch to the current version.
AppointmentRecurrenceFormSettings.RecurrenceRange Property
Sets the time boundaries/limits of the recurrence.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v18.2.dll
Declaration
public RecurrenceRange RecurrenceRange { get; set; }
Public Property RecurrenceRange As RecurrenceRange
Property Value
Type | Description |
---|---|
RecurrenceRange | A RecurrenceRange enumeration value that specifies the recurrence's range type. |
Remarks
This property corresponds to the RecurrenceInfo.Range property.
See Also
Feedback