Skip to main content

DxSchedulerAppointmentMappings.End Property

Maps information about an appointment’s end date and time.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public DxSchedulerMapping End { get; set; }

Property Value

Type Description
DxSchedulerMapping

Maps the data field to the End appointment property.

Remarks

Refer to the DxSchedulerAppointmentMappings class description for an example.

See Also