IBootstrapSchedulerAppointment.Type Property
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
AppointmentType Type { get; }
#Property Value
Type |
---|
Appointment |
Available values:
Name | Description |
---|---|
Normal | Represents a standard (non-recurring) appointment. |
Pattern | Represents the appointment which serves as the pattern for the other recurring appointments. The pattern for recurring appointments is specified via the Appointment. |
Occurrence | Represents a recurring appointment whose pattern appointment is specified via the Appointment. |
Changed |
Represents a recurring appointment, which was changed and now doesn’t satisfy the pattern of the recurring series. |
Deleted |
Represents a recurring appointment which was deleted from the series of other recurring appointments of the same pattern. |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.