A newer version of this page is available.
Switch to the current version.
ASPxAppointmentMappingInfo.AllDay Property
Gets or sets the data field which an appointment's Appointment.AllDay property is bound to.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v18.2.dll
Declaration
[DefaultValue("")]
public override string AllDay { get; set; }
<DefaultValue("")>
Public Overrides Property AllDay As String
Property Value
Type | Default | Description |
---|---|---|
String | A String value that specifies the name of the bound data field. |
Remarks
Use the AllDay property to bind an appointment's Appointment.AllDay property to a data field. The data field is taken from the data source specified by the ASPxAppointmentStorage.DataSource property.
See Also
Feedback