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

AppointmentRecurrenceFormSettings.OccurrenceCount Property

Gets a value specifying how many times the appointment occurs.

Namespace: DevExpress.Web.Mvc

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

Declaration

public int OccurrenceCount { get; set; }

Property Value

Type Description
Int32

An integer value that specifies how many times the appointment occurs.

Remarks

This property corresponds to the RecurrenceInfo.OccurrenceCount property.

See Also