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

DxSchedulerAppointmentMappings.StatusId Property

Specifies the appointment’s status ID.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public DxSchedulerMapping StatusId { get; set; }

Property Value

Type Description
DxSchedulerMapping

Maps the data field to the appointment property.

Remarks

The Scheduler has a built-in collection of status values:

  • Free (ID: 0)
  • Working elsewhere (ID: 1)
  • Tentative (ID: 2)
  • Busy (ID: 3)
  • Away (ID: 4)

You can also substitute the built-in collection of status values with your own values.

Refer to the DxSchedulerAppointmentMappings class description for an example.

See Also