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

ClientSideAppointmentFieldNames.AllDay Field

Appointment.AllDay property name for a client-side appointment.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public const string AllDay = "allDay"

Field Value

Type
String

Remarks

Use the AllDay property in the ASPxScheduler.InitClientAppointment event handler, to obtain the Appointment.AllDay value.

See Also