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

Syntax
C# |
public override string AllDay { get; set; }
|
VB |
Overrides Public Property AllDay As String
|
Property value
Type: String
A System.String value that specifies the name of the bound data field.
The default is String.Empty.

Remarks
Use the AllDay property to bind an appointment's DevExpress.XtraScheduler.Appointment.AllDay property to a data field. The data field is taken from the data source specified by the ASPxAppointmentStorage.DataSource property.

See Also