ASPxClientAppointment.SetAllDay(allDay) Method
Set the property value of the client appointment corresponding to the Appointment.AllDay appointment property.
Declaration
SetAllDay(
allDay: boolean
): void
Parameters
Name | Type | Description |
---|---|---|
allDay | boolean |
|
Remarks
Use the ASPxClientAppointment.GetAllDay method to get the property value.
See Also