DxSchedulerAppointmentMappings.AllDay Property
Maps information that specifies whether an appointment is scheduled for the entire day or multiple days.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public DxSchedulerMapping AllDay { get; set; }
Property Value
Type | Description |
---|---|
DxSchedulerMapping | An object that maps a data field to the AllDay appointment property. |
Remarks
Refer to the DxSchedulerAppointmentMappings class description for an example.
See Also