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

DxSchedulerAppointmentMappings.AllDay Property

Specifies whether the appointment is scheduled for the entire day or multiple days.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public DxSchedulerMapping AllDay { get; set; }

Property Value

Type Description
DxSchedulerMapping

Maps the data field to the appointment property.

Remarks

Refer to the DxSchedulerAppointmentMappings class description for an example.

See Also