Skip to main content

DxSchedulerAppointmentMappings.StatusId Property

Maps appointment status IDs.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public DxSchedulerMapping StatusId { get; set; }

Property Value

Type Description
DxSchedulerMapping

Maps the data field to the StatusId 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)

Scheduler - Default appointment statuses

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