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

DxSchedulerAppointmentMappings.Type Property

Specifies the type of an appointment.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public DxSchedulerMapping Type { get; set; }

Property Value

Type Description
DxSchedulerMapping

Maps the data field to the Type appointment property.

Remarks

When you map the Type property to a data field, use the field of the int type. The SchedulerAppointmentType members correspond with int values as follows:

  • OneTime0
  • Pattern1
  • Occurrence2
  • ChangedOccurrence3
  • DeletedOccurrence4

Refer to the DxSchedulerAppointmentMappings class description for an example.

See Also