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

AppointmentRecurrenceFormSettings.End Property

Gets the recurrence’s end date.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public DateTime End { get; set; }

Property Value

Type Description
DateTime

A DateTime value that specifies the end date for the recurrence.

Remarks

This property corresponds to the RecurrenceInfo.End property.

See Also